Searched refs:pltblockoff (Results 1 – 4 of 4) sorted by relevance
72 psaddr_t pltblockoff; in plt64_resolution() local86 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M64_PLT_ENTSIZE); in plt64_resolution()87 pltblockoff = in plt64_resolution()88 ((pltblockoff / M64_PLT_FBLOCKSZ) * M64_PLT_FBLOCKSZ) + in plt64_resolution()89 (((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) * in plt64_resolution()94 pltblockoff; in plt64_resolution()
73 uintptr_t pltblockoff; in Ppltdest() local74 pltblockoff = pltoff - (M64_PLT_NEARPLTS * in Ppltdest()77 ((pltblockoff / M64_PLT_FBLOCKSZ) * in Ppltdest()78 M64_PLT_FBLKCNTS) + ((pltblockoff % in Ppltdest()
521 ulong_t pltblockoff; in elf_bndr() local523 pltblockoff = pltoff - (M64_PLT_NEARPLTS * M_PLT_ENTSIZE); in elf_bndr()525 ((pltblockoff / M64_PLT_FBLOCKSZ) * M64_PLT_FBLKCNTS) + in elf_bndr()526 ((pltblockoff % M64_PLT_FBLOCKSZ) / M64_PLT_FENTSIZE) - in elf_bndr()
286 Sxword pltblockoff; /* offset to Far plt block */ in plt_far_entry() local310 pltblockoff = (M64_PLT_NEARPLTS * M_PLT_ENTSIZE) + in plt_far_entry()313 pltoff = pltblockoff + in plt_far_entry()316 pltptroff = pltblockoff; in plt_far_entry()