Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_elf.h160 #define PLTPADEND(X) (((Rt_elfp *)(X)->rt_priv)->e_pltpadend) macro
H A Delf.c2189 PLTPADEND(lmp) = (void *)((Addr)PLTPAD(lmp) +
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c700 if (PLTPAD(lmp) > PLTPADEND(lmp)) { in bindpltpad()