Searched refs:plt_addr (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc6180 uint64_t plt_addr = this->plt_off(p, &plt); local
6181 plt_addr += plt->address();
6192 uint64_t off = plt_addr - from;
6213 uint64_t off = plt_addr - got_addr;
6224 uint64_t off = plt_addr - from;
6267 uint64_t off = plt_addr - from;
6280 uint64_t off = plt_addr - from;
6302 uint64_t off = plt_addr - got_addr;
6433 Address plt_addr = pltoff + plt->address(); local
6441 Address delta = plt_addr
6651 Address plt_addr = pltoff + plt->address(); local
6711 Address plt_addr = pltoff + plt->address(); local
6895 Address plt_addr = this->plt_off(cs, &plt); local
7095 Address plt_addr = ge->first->plt_offset(); local
[all...]
H A Dx86_64.cc278 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr)
395 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
482 elfcpp::Elf_types<64>::Elf_Addr plt_addr);
597 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
6191 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
H A Daarch64.cc4355 Address plt_addr) = 0;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dpowerpc.cc6180 uint64_t plt_addr = this->plt_off(p, &plt); local
6181 plt_addr += plt->address();
6192 uint64_t off = plt_addr - from;
6213 uint64_t off = plt_addr - got_addr;
6224 uint64_t off = plt_addr - from;
6267 uint64_t off = plt_addr - from;
6280 uint64_t off = plt_addr - from;
6302 uint64_t off = plt_addr - got_addr;
6433 Address plt_addr = pltoff + plt->address(); local
6441 Address delta = plt_addr
6651 Address plt_addr = pltoff + plt->address(); local
6711 Address plt_addr = pltoff + plt->address(); local
6895 Address plt_addr = this->plt_off(cs, &plt); local
7095 Address plt_addr = ge->first->plt_offset(); local
[all...]
H A Dx86_64.cc278 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr)
395 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
482 elfcpp::Elf_types<64>::Elf_Addr plt_addr);
597 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
6191 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
H A Daarch64.cc4355 Address plt_addr) = 0;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dpowerpc.cc5980 uint64_t plt_addr = this->plt_off(p, &plt); local
5981 plt_addr += plt->address();
5992 uint64_t off = plt_addr - from;
6021 uint64_t off = plt_addr - got_addr;
6047 uint64_t off = plt_addr - from;
6060 uint64_t off = plt_addr - from;
6085 uint64_t off = plt_addr - got_addr;
6219 Address plt_addr = pltoff + plt->address(); local
6227 Address delta = plt_addr - from;
6248 Address off = plt_addr
6410 Address plt_addr = pltoff + plt->address(); local
6472 Address plt_addr = pltoff + plt->address(); local
6656 Address plt_addr = this->plt_off(cs, &plt); local
6850 Address plt_addr = ge->first->plt_offset(); local
[all...]
H A Dx86_64.cc278 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr)
395 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
482 elfcpp::Elf_types<64>::Elf_Addr plt_addr);
597 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
6158 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr);
H A Daarch64.cc4355 Address plt_addr) = 0;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-or1k.c2457 bfd_vma plt_addr; local
2483 plt_addr = plt_base_addr + h->plt.offset;
2498 unsigned pa = ((got_addr >> 13) - (plt_addr >> 13)) & 0x1fffff;
H A Delfnn-ia64.c4536 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index;
4550 plt_addr = (plt_sec->output_section->vma
4553 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
4530 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index; local
H A Delf64-ia64-vms.c4015 bfd_vma plt_addr, pltoff_addr, gp_val; local
4020 plt_addr = 0; /* Not used as overriden by FIXUPs. */
4021 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
H A Delf64-alpha.c4802 bfd_vma got_addr, plt_addr;
4829 plt_addr = (splt->output_section->vma
4896 bfd_put_64 (output_bfd, plt_addr,
4792 bfd_vma got_addr, plt_addr; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-or1k.c2367 bfd_vma plt_addr; local
2392 plt_addr = plt_base_addr + h->plt.offset;
2404 unsigned pa = ((got_addr >> 13) - (plt_addr >> 13)) & 0x1fffff;
H A Delf64-alpha.c4795 bfd_vma got_addr, plt_addr;
4822 plt_addr = (splt->output_section->vma
4863 bfd_put_64 (output_bfd, plt_addr,
4785 bfd_vma got_addr, plt_addr; local
H A Delf64-ia64-vms.c4021 bfd_vma plt_addr, pltoff_addr, gp_val; local
4026 plt_addr = 0; /* Not used as overriden by FIXUPs. */
4027 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, TRUE);
H A Delfnn-ia64.c4545 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index;
4559 plt_addr = (plt_sec->output_section->vma
4562 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, TRUE);
4539 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-or1k.c2457 bfd_vma plt_addr; local
2483 plt_addr = plt_base_addr + h->plt.offset;
2498 unsigned pa = ((got_addr >> 13) - (plt_addr >> 13)) & 0x1fffff;
H A Delf64-alpha.c4797 bfd_vma got_addr, plt_addr;
4824 plt_addr = (splt->output_section->vma
4865 bfd_put_64 (output_bfd, plt_addr,
4787 bfd_vma got_addr, plt_addr; local
H A Delf64-ia64-vms.c4015 bfd_vma plt_addr, pltoff_addr, gp_val; local
4020 plt_addr = 0; /* Not used as overriden by FIXUPs. */
4021 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
H A Delfnn-ia64.c4536 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index;
4550 plt_addr = (plt_sec->output_section->vma
4553 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
4530 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-or1k.c2457 bfd_vma plt_addr; local
2483 plt_addr = plt_base_addr + h->plt.offset;
2498 unsigned pa = ((got_addr >> 13) - (plt_addr >> 13)) & 0x1fffff;
H A Delf64-ia64-vms.c4015 bfd_vma plt_addr, pltoff_addr, gp_val; local
4020 plt_addr = 0; /* Not used as overriden by FIXUPs. */
4021 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
H A Delf64-alpha.c4802 bfd_vma got_addr, plt_addr;
4829 plt_addr = (splt->output_section->vma
4896 bfd_put_64 (output_bfd, plt_addr,
4792 bfd_vma got_addr, plt_addr; local
H A Delfnn-ia64.c4536 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index;
4550 plt_addr = (plt_sec->output_section->vma
4553 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
4530 bfd_vma plt_addr, pltoff_addr, gp_val, plt_index; local

Completed in 903 milliseconds