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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.h67 const struct kxld_vtable *current_vtable; member in struct:kxld_relocator
H A Dkxld_reloc.c732 relocator->current_vtable = NULL;
796 relocator->current_vtable = NULL;
890 relocator->current_vtable = kxld_dict_find(relocator->vtables, sym->name);
964 if (relocator->current_vtable) {
965 entry = kxld_vtable_get_entry_for_offset(relocator->current_vtable,

Completed in 236 milliseconds