Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c90 AOUTDYN(lmp)->v2->ld_plt_sz)) { in aout_bndr()
231 nr = GETRELSZ(AOUTDYN(lmp)) / sizeof (struct relocation_info); in aout_reloc()
236 if (AOUTDYN(lmp)->v2->ld_plt_sz) in aout_reloc()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Da.out.c202 for (need = &TEXTBASE(clmp)[AOUTDYN(clmp)->v2->ld_need]; in aout_needed()
404 i = hval % (AOUTDYN(lmp)->v2->ld_buckets == 0 ? RTHS : in aout_findsb()
405 AOUTDYN(lmp)->v2->ld_buckets); in aout_findsb()
570 AOUTDYN(lmp) = ld; in aout_new_lmp()
H A D_a.out.h262 #define AOUTDYN(X) (((Rt_aoutp *)(X)->rt_priv)->lm_ld) macro