HomeSort by relevance Sort by last modified time
    Searched refs:got_base (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 66 uint64_t got_base = m_GOT.addr(); local
67 assert(got_base && ".got base address is NULL!");
71 if (got_base > plt_base)
72 offset = got_base - (plt_base + 16);
74 offset = (plt_base + 16) - got_base;
99 uint64_t got_base = m_GOT.addr(); local
100 assert(got_base && ".got base address is NULL!");
107 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 80 uint64_t got_base = m_GOT.addr(); local
81 assert(got_base && ".got base address is NULL!");
85 uint64_t got_ent2_base = got_base + sizeof(AArch64GOTEntry::EntrySize) * 2;
104 uint64_t got_base = m_GOT.addr(); local
105 assert(got_base && ".got base address is NULL!");
113 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 3;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 123 uint64_t got_base = m_GOTPLT.addr(); local
124 assert(got_base && ".got base address is NULL!");
131 uint32_t GOTEntryAddress = got_base + GOTEntrySize * 4;
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-sparc.c 2914 bfd_vma got_base; local
2939 bfd_vma got_base; local
4220 bfd_vma got_base; local
4652 bfd_vma got_base; local
    [all...]
elf32-nios2.c 2743 bfd_vma got_base; local
    [all...]
elf32-tilepro.c 2824 bfd_vma got_base; local
    [all...]
elfxx-tilegx.c 3123 bfd_vma got_base; local
    [all...]
elf32-cris.c 2092 bfd_vma got_base; local
    [all...]
sunos.c 637 bfd_vma got_base;
636 bfd_vma got_base; member in struct:sunos_link_hash_table
    [all...]
elf32-xtensa.c 2310 bfd_vma plt_base, got_base; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1691 unsigned int got_base; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
x86_64.cc 245 typename elfcpp::Elf_types<size>::Elf_Addr got_base,
249 this->do_fill_tlsdesc_entry(pov, got_address, plt_address, got_base,
274 typename elfcpp::Elf_types<size>::Elf_Addr got_base,
382 typename elfcpp::Elf_types<size>::Elf_Addr got_base,
1658 typename elfcpp::Elf_types<size>::Elf_Addr got_base = this->got_->address(); local
    [all...]
aarch64.cc 4935 typename elfcpp::Elf_types<size>::Elf_Addr got_base = local
6865 int got_base = (target->got_ != NULL local
    [all...]
tilegx.cc 4366 int got_base = target->got_ != NULL local
    [all...]

Completed in 2315 milliseconds