Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c695 plt = PLTPAD(lmp); in bindpltpad()
698 PLTPAD(lmp) = (void *)((uintptr_t)PLTPAD(lmp) + M_PLT_ENTSIZE); in bindpltpad()
700 if (PLTPAD(lmp) > PLTPADEND(lmp)) { in bindpltpad()
1304 if (PLTPAD(lmp) && in elf_reloc()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A D_elf.h159 #define PLTPAD(X) (((Rt_elfp *)(X)->rt_priv)->e_pltpad) macro
H A Delf.c2104 PLTPAD(lmp) = (void *)(dyn->d_un.d_ptr + base);
2185 if (PLTPAD(lmp)) {
2187 PLTPAD(lmp) = NULL;
2189 PLTPADEND(lmp) = (void *)((Addr)PLTPAD(lmp) +
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.msg240 @ MSG_DT_PLTPAD_CFNP "PLTPAD"