Home
last modified time | relevance | path

Searched refs:relocation_info (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c52 #define RELOC_SIZE (sizeof (struct relocation_info))
168 struct relocation_info { struct
221 struct relocation_info *rp; /* working pointer to our relocs */
260 rp = (struct relocation_info *)(RELOCOFF(dp) +
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c67 struct relocation_info *rp; in aout_bndr()
212 struct relocation_info *rp; /* current relocation */ in aout_reloc()
231 nr = GETRELSZ(AOUTDYN(lmp)) / sizeof (struct relocation_info); in aout_reloc()
/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
H A Da.out.c579 (struct relocation_info *)(&base[RELOCOFF(ld)]); in aout_new_lmp()