Searched defs:relocation_info (Results 1 – 2 of 2) sorted by relevance
11 struct relocation_info { struct12 int r_address; /* offset in text or data segment */13 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */14 r_pcrel : 1, /* 1 if value should be pc-relative */15 r_length : 2, /* log base 2 of value's width */16 r_extern : 1, /* 1 if need to add symbol to value */
164 #define relocation_info reloc_info_sparc macro