Searched refs:M_PLT_RESERVSZ (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h237 #define M_PLT_RESERVSZ M64_PLT_RESERVSZ macro
246 #define M_PLT_RESERVSZ M32_PLT_RESERVSZ macro
H A Delf_386.h126 #define M_PLT_RESERVSZ M32_PLT_RESERVSZ macro
H A Delf_amd64.h163 #define M_PLT_RESERVSZ M64_PLT_RESERVSZ macro
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c176 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE);
203 plt_off = M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) *
1554 M_PLT_RESERVSZ, /* m_plt_reservsz */
H A Dmachrel.intel.c143 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE);
171 plt_off = M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) *
1624 M_PLT_RESERVSZ, /* m_plt_reservsz */
H A Dmachrel.sparc.c410 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE;
533 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE;
2164 M_PLT_RESERVSZ, /* m_plt_reservsz */
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c463 M_PLT_ENTSIZE) + M_PLT_RESERVSZ;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c441 M_PLT_ENTSIZE) + M_PLT_RESERVSZ;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c387 addr = pltoff - M_PLT_RESERVSZ;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c515 addr = pltoff - M_PLT_RESERVSZ;

Completed in 127 milliseconds