]>
git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching/foo1.cpp
4 OSDefineMetaClassAndStructors( Foo1
, KernelClass
)
6 // Index 0 has been replaced with a method
7 OSMetaClassDefineReservedUsed(Foo1
, 0)
8 // Index 1 has been replaced with a method
9 OSMetaClassDefineReservedUsed( Foo1
, 1 )
11 OSMetaClassDefineReservedUnused( Foo1
, 2 )
12 OSMetaClassDefineReservedUnused( Foo1
, 3 )
18 int Foo1::foo1Used0() {
22 int Foo1::foo1Used1() {