Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/kxld/
H A Dkxld_reloc.c197 static kern_return_t check_for_direct_pure_virtual_call(
1037 check_for_direct_pure_virtual_call(const KXLDRelocator *relocator, u_long offset) in check_for_direct_pure_virtual_call() function
1273 rval = check_for_direct_pure_virtual_call(relocator, instr_data); in generic_process_reloc()
1371 rval = check_for_direct_pure_virtual_call(relocator, instr32); in x86_64_process_reloc()
1477 rval = check_for_direct_pure_virtual_call(relocator, (u_long) instr64); in x86_64_process_reloc()
1608 rval = check_for_direct_pure_virtual_call(relocator, instr_data); in arm_process_reloc()