Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_reloc.h67 const struct kxld_vtable *current_vtable; member
H A Dkxld_reloc.c799 relocator->current_vtable = NULL; in kxld_relocator_process_sect_reloc()
869 relocator->current_vtable = NULL; in kxld_relocator_process_table_reloc()
963 relocator->current_vtable = kxld_dict_find(relocator->vtables, sym->name); in calculate_targets()
1041 if (relocator->current_vtable) { in check_for_direct_pure_virtual_call()
1042 entry = kxld_vtable_get_entry_for_offset(relocator->current_vtable, in check_for_direct_pure_virtual_call()