Home
last modified time | relevance | path

Searched refs:lp_plt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c88 if (pc > (caddr_t)(LM2LP(lmp)->lp_plt) && in aout_bndr()
89 pc < (caddr_t)((int)LM2LP(lmp)->lp_plt + in aout_bndr()
237 aout_plt_write((caddr_t)LM2LP(lmp)->lp_plt->jb_inst, in aout_reloc()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h328 struct jbind *lp_plt; /* procedure linkage table */ member
H A Da.out.c576 LM2LP(lmp)->lp_plt = (struct jbind *)(&caddr[JMPOFF(ld)]); in aout_new_lmp()