Home
last modified time | relevance | path

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

/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h72 r_type:4; /* if not 0, machine specific relocation type */ member
156 r_type:4, /* if not 0, machine specific relocation type */ member
166 r_type:4, /* if not 0, machine specific relocation type */ member
/xnu-8020.121.3/libkern/kxld/
H A Dkxld_reloc.h51 typedef boolean_t (*RelocHasPair)(u_int r_type);
53 typedef boolean_t (*RelocHasGot)(u_int r_type);
106 boolean_t kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type)
113 boolean_t kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type)
H A Dkxld_reloc.c340 reloc->reloc_type = scatsrc->r_type; in kxld_reloc_create_macho()
347 reloc->reloc_type = src->r_type; in kxld_reloc_create_macho()
369 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho()
376 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho()
434 !relocator->reloc_has_pair(sreloc->r_type); in count_relocatable_relocs()
440 !(relocator->reloc_has_pair(reloc->r_type) in count_relocatable_relocs()
459 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_pair() argument
463 return relocator->reloc_has_pair(r_type); in kxld_relocator_has_pair()
480 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_got() argument
484 return relocator->reloc_has_got(r_type); in kxld_relocator_has_got()
[all …]
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp6147 || reloc[i].r_type != 0 in slidePrelinkedExecutable()