Symbol: M_PLT_ENTSIZE
usr/src/cmd/sgs/libld/common/machrel.amd.c
1474
static uchar_t plt0_template[M_PLT_ENTSIZE] = {
usr/src/cmd/sgs/libld/common/machrel.amd.c
1654
M_PLT_ENTSIZE, /* m_plt_entsize */
usr/src/cmd/sgs/libld/common/machrel.amd.c
176
M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE);
usr/src/cmd/sgs/libld/common/machrel.amd.c
186
static uchar_t pltn_entry[M_PLT_ENTSIZE] = {
usr/src/cmd/sgs/libld/common/machrel.amd.c
204
M_PLT_ENTSIZE);
usr/src/cmd/sgs/libld/common/machrel.intel.c
143
M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1665
M_PLT_ENTSIZE, /* m_plt_entsize */
usr/src/cmd/sgs/libld/common/machrel.intel.c
172
M_PLT_ENTSIZE);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
207
(pltndx * M_PLT_ENTSIZE);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
2197
M_PLT_ENTSIZE, /* m_plt_entsize */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
222
(M64_PLT_NEARPLTS * M_PLT_ENTSIZE) +
usr/src/cmd/sgs/libld/common/machrel.sparc.c
310
pltblockoff = (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) +
usr/src/cmd/sgs/libld/common/machrel.sparc.c
410
pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
434
(((pltoff + M_PLT_ENTSIZE) >> 2) & S_MASK(19));
usr/src/cmd/sgs/libld/common/machrel.sparc.c
510
(pltndx * M_PLT_ENTSIZE);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
533
pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE;
usr/src/cmd/sgs/librtld_db/amd64/plt64_resolution.c
64
((pltoff / M_PLT_ENTSIZE) * M_PLT_ENTSIZE);
usr/src/cmd/sgs/librtld_db/i386/plt32_resolution.c
159
((pltoff / M_PLT_ENTSIZE) * M_PLT_ENTSIZE);
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
465
M_PLT_ENTSIZE) + M_PLT_RESERVSZ;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
443
M_PLT_ENTSIZE) + M_PLT_RESERVSZ;
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
389
pltndx = addr / M_PLT_ENTSIZE;
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
396
if (!lmp || ((addr % M_PLT_ENTSIZE) != 0)) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
111
pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
126
pltoff = M_PLT_ENTSIZE / M_PLT_INSSIZE;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
518
if (pltoff < (M64_PLT_NEARPLTS * M_PLT_ENTSIZE)) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
519
pltndx = addr / M_PLT_ENTSIZE;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
523
pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
536
if (!lmp || (!farplt && (addr % M_PLT_ENTSIZE) != 0) ||
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
698
PLTPAD(lmp) = (void *)((uintptr_t)PLTPAD(lmp) + M_PLT_ENTSIZE);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
715
for (i = 0; i < (M_PLT_ENTSIZE / sizeof (uint_t)); i++) {
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
718
iflush_range((caddr_t)plt, M_PLT_ENTSIZE);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
790
pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE;
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
805
pltoff = M_PLT_ENTSIZE / M_PLT_INSSIZE;
usr/src/lib/libproc/amd64/Pisadep.c
62
i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber;
usr/src/lib/libproc/common/Psymtab_machelf32.c
436
pltsz = (pltentries + M_PLT_XNumber) * M_PLT_ENTSIZE;
usr/src/lib/libproc/common/Psymtab_machelf32.c
703
sp->sh_entsize = M_PLT_ENTSIZE;
usr/src/lib/libproc/i386/Pisadep.c
62
i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber;