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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h62 * Also the last 4 bits have had the r_type tag added to them.
72 r_type:4; /* if not 0, machine specific relocation type */ member in struct:relocation_info
100 * relocation entries, using a PAIR r_type, which contains the other part of the
156 r_type:4, /* if not 0, machine specific relocation type */ member in struct:scattered_relocation_info
166 r_type:4, /* if not 0, machine specific relocation type */ member in struct:scattered_relocation_info
177 * normal things use the generic relocation as discribed above and their r_type
190 * using the GENERIC_RELOC_PB_LA_PTR r_type. This is a scattered relocation
/darwin-on-arm/xnu/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.c309 reloc->reloc_type = scatsrc->r_type;
316 reloc->reloc_type = src->r_type;
338 reloc->reloc_type) == scatsrc->r_type,
345 reloc->reloc_type) == scatsrc->r_type,
404 !relocator->reloc_has_pair(sreloc->r_type);
410 !(relocator->reloc_has_pair(reloc->r_type)
430 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type) argument
434 return relocator->reloc_has_pair(r_type);
451 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type) argument
455 return relocator->reloc_has_got(r_type);
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4728 || reloc[i].r_type != 0

Completed in 85 milliseconds