Searched defs:scattered_relocation_info (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/EXTERNAL_HEADERS/mach-o/ |
| H A D | reloc.h | 151 struct scattered_relocation_info { struct 153 uint32_t r_scattered:1, /* 1=scattered, 0=non-scattered (see above) */ 154 r_pcrel:1, /* was relocated pc relative already */ 155 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */ 156 r_type:4, /* if not 0, machine specific relocation type */ 157 r_address:24; /* offset in the section to what is being 159 int32_t r_value; /* the value the item to be relocated is 164 r_address:24, /* offset in the section to what is being 166 r_type:4, /* if not 0, machine specific relocation type */ 167 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */ [all …]
|