Searched refs:pltindex (Results 1 – 3 of 3) sorted by relevance
6737 unsigned int pltindex in do_write() local6742 + pltindex * 8); in do_write()6743 if (pltindex > 32768) in do_write()6744 glinkoff += (pltindex - 32768) * 4; in do_write()
11259 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab)) in build_plt_stub() local11261 bfd_vma glinkoff = GLINK_PLTRESOLVE_SIZE (htab) + pltindex * 8; in build_plt_stub()11264 if (pltindex > 32768) in build_plt_stub()11265 glinkoff += (pltindex - 32768) * 4; in build_plt_stub()
11265 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab)) in build_plt_stub() local11267 bfd_vma glinkoff = GLINK_PLTRESOLVE_SIZE (htab) + pltindex * 8; in build_plt_stub()11270 if (pltindex > 32768) in build_plt_stub()11271 glinkoff += (pltindex - 32768) * 4; in build_plt_stub()