Home
last modified time | relevance | path

Searched defs:relocation_info (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c168 struct relocation_info { struct
169 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 */
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h317 struct relocation_info /* used when header.a_machtype == M_SPARC */ struct
329 struct relocation_info *lp_rp; /* relocation table */ argument