Home
last modified time | relevance | path

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

/csrg-svn/sys/pmax/include/
H A Dreloc.h37 struct reloc_info_mips { struct
38 u_long r_address; /* relocation addr (offset in segment) */
39 u_int r_index:24, /* segment (r_extern==0) or symbol index */
40 r_extern:1, /* if set, r_index is symbol index */
42 enum reloc_type r_type:5; /* relocation type, from above */
43 long r_addend; /* value to add to symbol value */