Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/librtld_db/amd64/
H A Dplt64_resolution.c66 ((pltoff / M_PLT_ENTSIZE) * M_PLT_ENTSIZE); in plt64_resolution()
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c111 pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE; in ldso_plt_init()
126 pltoff = M_PLT_ENTSIZE / M_PLT_INSSIZE; in ldso_plt_init()
518 if (pltoff < (M64_PLT_NEARPLTS * M_PLT_ENTSIZE)) { in elf_bndr()
519 pltndx = addr / M_PLT_ENTSIZE; in elf_bndr()
523 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE); in elf_bndr()
536 if (!lmp || (!farplt && (addr % M_PLT_ENTSIZE) != 0) || in elf_bndr()
698 PLTPAD(lmp) = (void *)((uintptr_t)PLTPAD(lmp) + M_PLT_ENTSIZE); in bindpltpad()
715 for (i = 0; i < (M_PLT_ENTSIZE / sizeof (uint_t)); i++) { in bindpltpad()
718 iflush_range((caddr_t)plt, M_PLT_ENTSIZE); in bindpltpad()
790 pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE; in elf_reloc()
[all …]
/titanic_41/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
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
/titanic_41/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c161 ((pltoff / M_PLT_ENTSIZE) * M_PLT_ENTSIZE); in plt32_resolution()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c207 (pltndx * M_PLT_ENTSIZE); in ld_calc_plt_addr()
222 (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) + in ld_calc_plt_addr()
310 pltblockoff = (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) + in plt_far_entry()
410 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE; in plt_entry()
434 (((pltoff + M_PLT_ENTSIZE) >> 2) & S_MASK(19)); in plt_entry()
510 (pltndx * M_PLT_ENTSIZE); in ld_calc_plt_addr()
533 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE; in plt_entry()
2163 M_PLT_ENTSIZE, /* m_plt_entsize */ in ld_targ_init_sparc()
H A Dmachrel.amd.c176 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE); in ld_calc_plt_addr()
186 static uchar_t pltn_entry[M_PLT_ENTSIZE] = {
204 M_PLT_ENTSIZE); in plt_entry()
1447 static uchar_t plt0_template[M_PLT_ENTSIZE] = {
1627 M_PLT_ENTSIZE, /* m_plt_entsize */ in ld_targ_init_x86()
H A Dmachrel.intel.c143 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE); in ld_calc_plt_addr()
172 M_PLT_ENTSIZE); in plt_entry()
1623 M_PLT_ENTSIZE, /* m_plt_entsize */ in ld_targ_init_x86()
/titanic_41/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c436 pltsz = (pltentries + M_PLT_XNumber) * M_PLT_ENTSIZE; in fake_elf64()
695 sp->sh_entsize = M_PLT_ENTSIZE; in fake_elf64()
/titanic_41/usr/src/lib/libproc/i386/
H A DPisadep.c61 i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber; in Ppltdest()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c389 pltndx = addr / M_PLT_ENTSIZE; in elf_bndr()
396 if (!lmp || ((addr % M_PLT_ENTSIZE) != 0)) { in elf_bndr()
/titanic_41/usr/src/lib/libproc/amd64/
H A DPisadep.c61 i = (pltaddr - fp->file_plt_base) / M_PLT_ENTSIZE - M_PLT_XNumber; in Ppltdest()
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c465 M_PLT_ENTSIZE) + M_PLT_RESERVSZ; in elf_reloc()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c443 M_PLT_ENTSIZE) + M_PLT_RESERVSZ; in elf_reloc()