Home
last modified time | relevance | path

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

/csrg-svn/sys/sparc/include/
H A Dreloc.h70 struct reloc_info_sparc { struct
71 u_long r_address; /* relocation addr (offset in segment) */
72 u_int r_index:24, /* segment (r_extern==0) or symbol index */
73 r_extern:1, /* if set, r_index is symbol index */
75 enum reloc_type r_type:5; /* relocation type, from above */
76 long r_addend; /* value to add to symbol value */