Home
last modified time | relevance | path

Searched refs:M64_PLT_NEARPLTS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c67 if (pltoff >= (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE)) { in plt64_resolution()
84 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE); in plt64_resolution()
91 pltaddr = pltbase + (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE) + in plt64_resolution()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c69 if (pltoff < (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE)) { in Ppltdest()
74 pltblockoff = pltoff - (M64_PLT_NEARPLTS * in Ppltdest()
76 i = M64_PLT_NEARPLTS + in Ppltdest()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c205 if ((pltndx) < M64_PLT_NEARPLTS) { in ld_calc_plt_addr()
211 farpltndx = pltndx - M64_PLT_NEARPLTS; in ld_calc_plt_addr()
222 (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) + 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()
310 pltblockoff = (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) + in plt_far_entry()
333 M64_PLT_NEARPLTS) % M64_PLT_FBLKCNTS; in plt_far_entry()
405 if ((pltndx - 1 + M_PLT_XNumber) >= M64_PLT_NEARPLTS) { in plt_entry()
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h220 #define M64_PLT_NEARPLTS 0x8000 /* # of NEAR PLTS we can have */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c158 if (pltndx >= (M64_PLT_NEARPLTS - M_PLT_XNumber)) { in elf_plt_write()
518 if (pltoff < (M64_PLT_NEARPLTS * M_PLT_ENTSIZE)) { in elf_bndr()
523 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE); in elf_bndr()
524 pltndx = M64_PLT_NEARPLTS + in elf_bndr()