Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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.c2078 PLTPAD(lmp) = (void *)(dyn->d_un.d_ptr + base);
2159 if (PLTPAD(lmp)) {
2161 PLTPAD(lmp) = NULL;
2163 PLTPADEND(lmp) = (void *)((Addr)PLTPAD(lmp) +
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.msg246 @ MSG_DT_PLTPAD_CFNP "PLTPAD"