Searched refs:M_PLT_ENTSIZE (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/amd64/
H A Dplt64_resolution.c66 ((pltoff / M_PLT_ENTSIZE) * M_PLT_ENTSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h235 #define M_PLT_ENTSIZE M64_PLT_ENTSIZE macro
244 #define M_PLT_ENTSIZE M32_PLT_ENTSIZE macro
H A Delf_386.h124 #define M_PLT_ENTSIZE M32_PLT_ENTSIZE macro
H A Delf_amd64.h161 #define M_PLT_ENTSIZE M64_PLT_ENTSIZE macro
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c161 ((pltoff / M_PLT_ENTSIZE) * M_PLT_ENTSIZE);
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c110 pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE;
125 pltoff = M_PLT_ENTSIZE / M_PLT_INSSIZE;
517 if (pltoff < (M64_PLT_NEARPLTS * M_PLT_ENTSIZE)) {
518 pltndx = addr / M_PLT_ENTSIZE;
522 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE);
535 if (!lmp || (!farplt && (addr % M_PLT_ENTSIZE) != 0) ||
696 PLTPAD(lmp) = (void *)((uintptr_t)PLTPAD(lmp) + M_PLT_ENTSIZE);
713 for (i = 0; i < (M_PLT_ENTSIZE / sizeof (uint_t)); i++) {
716 iflush_range((caddr_t)plt, M_PLT_ENTSIZE);
788 pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZ
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c207 (pltndx * M_PLT_ENTSIZE);
222 (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) +
310 pltblockoff = (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) +
410 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE;
434 (((pltoff + M_PLT_ENTSIZE) >> 2) & S_MASK(19));
510 (pltndx * M_PLT_ENTSIZE);
533 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE;
2163 M_PLT_ENTSIZE, /* m_plt_entsize */
H A Dmachrel.amd.c176 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE);
186 static uchar_t pltn_entry[M_PLT_ENTSIZE] = {
204 M_PLT_ENTSIZE);
1373 static uchar_t plt0_template[M_PLT_ENTSIZE] = {
1553 M_PLT_ENTSIZE, /* m_plt_entsize */
H A Dmachrel.intel.c143 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE);
172 M_PLT_ENTSIZE);
1623 M_PLT_ENTSIZE, /* m_plt_entsize */
/opensolaris-onvv-gate/usr/src/lib/libproc/i386/
H A DPisadep.c61 i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber;
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c431 pltsz = (pltentries + M_PLT_XNumber) * M_PLT_ENTSIZE;
690 sp->sh_entsize = M_PLT_ENTSIZE;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c388 pltndx = addr / M_PLT_ENTSIZE;
395 if (!lmp || ((addr % M_PLT_ENTSIZE) != 0)) {
/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/lib/libproc/amd64/
H A DPisadep.c60 i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c441 M_PLT_ENTSIZE) + M_PLT_RESERVSZ;

Completed in 184 milliseconds