Home
last modified time | relevance | path

Searched refs:M_PLT_XNumber (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Delf_SPARC.h194 #define M_PLT_XNumber 4 /* reserved no. of plt entries */ macro
206 #define M32_PLT_RESERVSZ (M_PLT_XNumber * \
217 #define M64_PLT_RESERVSZ (M_PLT_XNumber * \
H A Delf_386.h104 #define M_PLT_XNumber 1 /* PLT[0] reserved */ macro
114 #define M32_PLT_RESERVSZ (M_PLT_XNumber * \
/titanic_50/usr/src/lib/libproc/sparcv9/
H A DPisadep.c71 M_PLT_XNumber * M64_PLT_ENTSIZE) / M64_PLT_ENTSIZE; in Ppltdest()
80 M_PLT_XNumber; in Ppltdest()
98 M_PLT_XNumber * M32_PLT_ENTSIZE) / M32_PLT_ENTSIZE; in Ppltdest()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c203 pltndx = sdp->sd_aux->sa_PLTndx + M_PLT_XNumber - 1; in ld_calc_plt_addr()
293 M_PLT_XNumber - M64_PLT_NEARPLTS) / M64_PLT_FBLKCNTS); in plt_far_entry()
298 farpltndx = pltndx - 1 + M_PLT_XNumber - M64_PLT_NEARPLTS; in plt_far_entry()
332 lastblkpltndx = (ofl->ofl_pltcnt - 1 + M_PLT_XNumber - in plt_far_entry()
405 if ((pltndx - 1 + M_PLT_XNumber) >= M64_PLT_NEARPLTS) { in plt_entry()
508 pltndx = sdp->sd_aux->sa_PLTndx + M_PLT_XNumber - 1; in ld_calc_plt_addr()
/titanic_50/usr/src/lib/libproc/i386/
H A DPisadep.c61 i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber; in Ppltdest()
/titanic_50/usr/src/lib/libproc/sparc/
H A DPisadep.c66 M_PLT_XNumber * M32_PLT_ENTSIZE) / M32_PLT_ENTSIZE; in Ppltdest()
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c158 if (pltndx >= (M64_PLT_NEARPLTS - M_PLT_XNumber)) { in elf_plt_write()
527 M_PLT_XNumber; in elf_bndr()
/titanic_50/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c436 pltsz = (pltentries + M_PLT_XNumber) * M_PLT_ENTSIZE; in fake_elf64()
/titanic_50/usr/src/lib/libproc/amd64/
H A DPisadep.c61 i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber; in Ppltdest()