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

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.h61 RelocGetPairType reloc_get_pair_type; member in struct:kxld_relocator
H A Dkxld_reloc.c216 relocator->reloc_get_pair_type = generic_reloc_get_pair_type;
227 relocator->reloc_get_pair_type = x86_64_reloc_get_pair_type;
238 relocator->reloc_get_pair_type = arm_reloc_get_pair_type;
249 relocator->reloc_get_pair_type = arm64_reloc_get_pair_type;
365 require_action(relocator->reloc_get_pair_type(
372 require_action(relocator->reloc_get_pair_type(
473 return relocator->reloc_get_pair_type(prev_r_type);
1098 scatdst->r_type = relocator->reloc_get_pair_type(reloc->reloc_type);
1106 dst->r_type = relocator->reloc_get_pair_type(reloc->reloc_type);
1114 dst->r_type = relocator->reloc_get_pair_type(relo
[all...]

Completed in 27 milliseconds