Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h137 struct reloc_info_sparc /* used when header.a_machtype == M_SPARC */ struct
139 unsigned long int r_address; /* relocation addr (offset in segment)*/
140 unsigned int r_index :24; /* segment index or symbol index */
141 unsigned int r_extern : 1; /* if F, r_index==SEG#; if T, SYM idx */
143 enum reloc_type r_type : 5; /* type of relocation to perform */
144 long int r_addend; /* addend for relocation value */