Home
last modified time | relevance | path

Searched refs:pltindex (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dpowerpc.cc6737 unsigned int pltindex in do_write() local
6742 + pltindex * 8); in do_write()
6743 if (pltindex > 32768) in do_write()
6744 glinkoff += (pltindex - 32768) * 4; in do_write()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-ppc.c11259 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab)) in build_plt_stub() local
11261 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()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-ppc.c11265 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab)) in build_plt_stub() local
11267 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()