Searched refs:r_extern (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h59 * of the r_symbolnum field for "local" (r_extern == 0) relocation entries.
67 uint32_t r_symbolnum:24, /* symbol index if r_extern == 1 or section
68 ordinal if r_extern == 0 */
71 r_extern:1, /* does not include value of sym referenced */ member in struct:relocation_info
84 * In 4.3BSD a.out objects if r_extern is zero then r_symbolnum is an ordinal
128 * "external" relocation entries are used the r_extern field has been removed.
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c293 !(src->r_extern) && (R_ABS == src->r_symbolnum))
299 * depends on the r_extern bit:
319 if (0 == src->r_extern) {
348 if (src->r_extern) {
411 || (0 == reloc->r_extern && R_ABS == reloc->r_symbolnum));
1041 dst->r_extern = 0;
1052 dst->r_extern = 0;
1080 dst->r_extern = 0;
1088 dst->r_extern = 0;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4727 if ( reloc[i].r_extern != 0

Completed in 35 milliseconds