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

/opensolaris-onvv-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;
/opensolaris-onvv-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 %
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c520 ulong_t pltblockoff; local
522 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE);
524 ((pltblockoff / M64_PLT_FBLOCKSZ) * M64_PLT_FBLKCNTS) +
525 ((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) -
/opensolaris-onvv-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 101 milliseconds