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