Searched defs:relocation_info (Results 1 – 2 of 2) sorted by relevance
168 struct relocation_info { struct169 unsigned long int r_address; /* relocation addr */170 unsigned int r_index :24; /* segment index or symbol index */171 unsigned int r_extern : 1; /* if F, r_index==SEG#; if T, SYM idx */173 enum reloc_type r_type : 5; /* type of relocation to perform */174 long int r_addend; /* addend for relocation value */
317 struct relocation_info /* used when header.a_machtype == M_SPARC */ struct329 struct relocation_info *lp_rp; /* relocation table */ argument