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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h159 int32_t r_value; /* the value the item to be relocated is member in struct:scattered_relocation_info
170 int32_t r_value; /* the value the item to be relocated is member in struct:scattered_relocation_info
185 * symbol1 is stored in the first relocation entry's r_value field and the
186 * value of symbol2 is stored in the pair's r_value field.
191 * entry where the r_value feild is the value of the lazy pointer not prebound.
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c310 reloc->target = scatsrc->r_value;
341 reloc->pair_target = scatsrc->r_value;
1032 scatdst->r_value = reloc->target;
1071 scatdst->r_value = reloc->pair_target;

Completed in 18 milliseconds