Home
last modified time | relevance | path

Searched refs:M64_PLT_ENTSIZE (Results 1 – 4 of 4) 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()
148 ((pltoff / M64_PLT_ENTSIZE) * M64_PLT_ENTSIZE); in plt64_resolution()
151 M64_PLT_ENTSIZE) != PS_OK) { in plt64_resolution()
/illumos-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.h164 #define M64_PLT_ENTSIZE M32_PLT_ENTSIZE macro
175 #define M_PLT_ENTSIZE M64_PLT_ENTSIZE
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c69 if (pltoff < (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE)) { in Ppltdest()
71 M_PLT_XNumber * M64_PLT_ENTSIZE) / M64_PLT_ENTSIZE; in Ppltdest()
75 M64_PLT_ENTSIZE); in Ppltdest()