Home
last modified time | relevance | path

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

/illumos-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
H A Delf_386.h131 #define M_PLT_RESERVSZ M32_PLT_RESERVSZ macro
H A Delf_amd64.h177 #define M_PLT_RESERVSZ M64_PLT_RESERVSZ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c176 M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * M_PLT_ENTSIZE); in ld_calc_plt_addr()
203 plt_off = M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * in plt_entry()
1655 M_PLT_RESERVSZ, /* m_plt_reservsz */ 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()
171 plt_off = M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) * in plt_entry()
1666 M_PLT_RESERVSZ, /* m_plt_reservsz */ in ld_targ_init_x86()
H A Dmachrel.sparc.c410 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE; in plt_entry()
533 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE; in plt_entry()
2198 M_PLT_RESERVSZ, /* m_plt_reservsz */ in ld_targ_init_sparc()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c465 M_PLT_ENTSIZE) + M_PLT_RESERVSZ; in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c443 M_PLT_ENTSIZE) + M_PLT_RESERVSZ; in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c388 addr = pltoff - M_PLT_RESERVSZ; in elf_bndr()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c516 addr = pltoff - M_PLT_RESERVSZ; in elf_bndr()