Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/i386/include/
H A Dreloc.h37 struct relocation_info { struct
38 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 */
/titanic_53/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_53/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h315 struct relocation_info /* used when header.a_machtype == M_SPARC */ struct
327 struct relocation_info *lp_rp; /* relocation table */ argument