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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h213 #define M64_PLT_ENTSIZE 32 /* plt entry size in bytes */ macro
218 M64_PLT_ENTSIZE) /* first 4 plt's reserved */
226 M64_PLT_ENTSIZE) /* size of far PLT block */
235 #define M_PLT_ENTSIZE M64_PLT_ENTSIZE
H A Delf_amd64.h150 #define M64_PLT_ENTSIZE M32_PLT_ENTSIZE macro
161 #define M_PLT_ENTSIZE M64_PLT_ENTSIZE
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c69 if (pltoff >= (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE)) {
86 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE);
93 pltaddr = pltbase + (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE) +
150 ((pltoff / M64_PLT_ENTSIZE) * M64_PLT_ENTSIZE);
153 M64_PLT_ENTSIZE) != PS_OK) {
/opensolaris-onvv-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c69 if (pltoff < (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE)) {
71 M_PLT_XNumber * M64_PLT_ENTSIZE) / M64_PLT_ENTSIZE;
75 M64_PLT_ENTSIZE);

Completed in 101 milliseconds