Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c87 (((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) * in plt64_resolution()
88 M64_PLT_FENTSIZE); in plt64_resolution()
95 M64_PLT_FENTSIZE) != PS_OK) { in plt64_resolution()
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h221 #define M64_PLT_FENTSIZE 24 /* size of far plt is 6 instructions */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c225 ((M64_PLT_FENTSIZE + sizeof (Addr)) * in ld_calc_plt_addr()
228 ((farpltndx % M64_PLT_FBLKCNTS) * M64_PLT_FENTSIZE); in ld_calc_plt_addr()
314 (farpltblkndx * M64_PLT_FENTSIZE); in plt_far_entry()
324 pltptroff += (M64_PLT_FBLKCNTS * M64_PLT_FENTSIZE) + in plt_far_entry()
334 pltptroff += ((lastblkpltndx + 1) * M64_PLT_FENTSIZE) + in plt_far_entry()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c79 M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) - in Ppltdest()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c526 ((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) - in elf_bndr()