Searched defs:relocation_info (Results 1 – 3 of 3) sorted by relevance
37 struct relocation_info { struct38 int r_address; /* offset in text or data segment */39 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */40 r_pcrel : 1, /* 1 if value should be pc-relative */41 r_length : 2, /* log base 2 of value's width */42 r_extern : 1, /* 1 if need to add symbol to value */43 r_baserel : 1, /* linkage table relative */44 r_jmptable : 1, /* relocate to jump table */45 r_relative : 1, /* load address relative */46 r_copy : 1; /* run time copy */
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 */
315 struct relocation_info /* used when header.a_machtype == M_SPARC */ struct327 struct relocation_info *lp_rp; /* relocation table */ argument