Searched refs:metaclass (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_kext.c487 /* We walk over the super metaclass pointer symbols because classes
517 * patching and can't find the metaclass vtable. If that's the
801 const KXLDSym *metaclass = NULL; local
860 metaclass = get_metaclass_symbol_from_super_meta_class_pointer_symbol(
862 require_action(metaclass, finish, rval=KERN_FAILURE);
864 /* Get the super class name from the super metaclass */
865 rval = kxld_sym_get_class_name_from_metaclass(metaclass,
948 /* There is no way to look up a metaclass vtable at runtime, but
949 * we know that every class's metaclass inherits directly from
1028 const KXLDSym *metaclass local
[all...]

Completed in 27 milliseconds