Searched refs:pltblockoff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c72 psaddr_t pltblockoff; local
86 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE);
87 pltblockoff =
88 ((pltblockoff / M64_PLT_FBLOCKSZ) * M64_PLT_FBLOCKSZ) +
89 (((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) *
94 pltblockoff;
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c73 uintptr_t pltblockoff; local
74 pltblockoff = pltoff - (M64_PLT_NEARPLTS *
77 ((pltblockoff / M64_PLT_FBLOCKSZ) *
78 M64_PLT_FBLKCNTS) + ((pltblockoff %
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c521 ulong_t pltblockoff; local
523 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE);
525 ((pltblockoff / M64_PLT_FBLOCKSZ) * M64_PLT_FBLKCNTS) +
526 ((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) -
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c286 Sxword pltblockoff; /* offset to Far plt block */ local
310 pltblockoff = (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) +
313 pltoff = pltblockoff +
316 pltptroff = pltblockoff;

Completed in 68 milliseconds