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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 63 uint64_t plt_base = m_Section.addr(); local
64 assert(plt_base && ".plt base address is NULL!");
71 if (got_base > plt_base)
72 offset = got_base - (plt_base + 16);
74 offset = (plt_base + 16) - got_base;
96 uint64_t plt_base = m_Section.addr(); local
97 assert(plt_base && ".plt base address is NULL!");
109 uint64_t PLTEntryAddress = plt_base + ARMPLT0::EntrySize; // Offset of PLT0
138 m_GOT.applyGOTPLT(plt_base);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 78 uint64_t plt_base = m_Section.addr(); local
79 assert(plt_base && ".plt base address is NULL!");
89 helper_get_page_address(plt_base + (sizeof(AArch64PLT0::EntrySize) * 8));
101 uint64_t plt_base = m_Section.addr(); local
102 assert(plt_base && ".plt base address is NULL!");
115 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize;
144 m_GOT.applyGOTPLT(plt_base);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 120 uint64_t plt_base = m_Section.addr(); local
121 assert(plt_base && ".plt base address is NULL!");
134 plt_base + HexagonPLT0::EntrySize; // Offset of PLT0
  /toolchain/binutils/binutils-2.27/gold/
tilegx.cc     [all...]
powerpc.cc 4584 Address plt_base = this->targ_->plt_section()->address(); local
4774 Address plt_base = this->targ_->plt_section()->address(); local
4903 Address plt_base = this->targ_->plt_section()->address(); local
4970 Address plt_base = this->targ_->plt_section()->address(); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 2322 bfd_vma plt_base, got_base; local
    [all...]
elfnn-aarch64.c 8978 bfd_vma plt_base; local
    [all...]
  /external/elfutils/src/
ldgeneric.c 5504 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt; local
    [all...]

Completed in 327 milliseconds