Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/kxld/
H A Dkxld_reloc.c196 static kern_return_t check_for_direct_pure_virtual_call(
1036 check_for_direct_pure_virtual_call(const KXLDRelocator *relocator, u_long offset) in check_for_direct_pure_virtual_call() function
1272 rval = check_for_direct_pure_virtual_call(relocator, instr_data); in generic_process_reloc()
1370 rval = check_for_direct_pure_virtual_call(relocator, instr32); in x86_64_process_reloc()
1476 rval = check_for_direct_pure_virtual_call(relocator, (u_long) instr64); in x86_64_process_reloc()
1607 rval = check_for_direct_pure_virtual_call(relocator, instr_data); in arm_process_reloc()