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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c200 relocator->reloc_get_pair_type = generic_reloc_get_pair_type;
211 relocator->reloc_get_pair_type = x86_64_reloc_get_pair_type;
222 relocator->reloc_get_pair_type = arm_reloc_get_pair_type;
337 require_action(relocator->reloc_get_pair_type(
344 require_action(relocator->reloc_get_pair_type(
445 return relocator->reloc_get_pair_type(prev_r_type);
1070 scatdst->r_type = relocator->reloc_get_pair_type(reloc->reloc_type);
1078 dst->r_type = relocator->reloc_get_pair_type(reloc->reloc_type);
1086 dst->r_type = relocator->reloc_get_pair_type(reloc->reloc_type);
H A Dkxld_reloc.h61 RelocGetPairType reloc_get_pair_type; member in struct:kxld_relocator

Completed in 16 milliseconds