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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 68 uint64_t plt_base = m_Section.addr(); local
69 assert(plt_base && ".plt base address is NULL!");
76 if (got_base > plt_base)
77 offset = got_base - (plt_base + 16);
79 offset = (plt_base + 16) - got_base;
102 uint64_t plt_base = m_Section.addr(); local
103 assert(plt_base && ".plt base address is NULL!");
117 plt_base + ARMPLT0::EntrySize; //Offset of PLT0
146 m_GOT.applyGOTPLT(plt_base);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 81 uint64_t plt_base = m_Section.addr(); local
82 assert(plt_base && ".plt base address is NULL!");
91 helper_get_page_address(plt_base + (sizeof(AArch64PLT0::EntrySize) * 8));
104 uint64_t plt_base = m_Section.addr(); local
105 assert(plt_base && ".plt base address is NULL!");
118 uint32_t PLTEntryAddress = plt_base + AArch64PLT0::EntrySize;
147 m_GOT.applyGOTPLT(plt_base);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 132 uint64_t plt_base = m_Section.addr(); local
133 assert(plt_base && ".plt base address is NULL!");
147 plt_base + HexagonPLT0::EntrySize; //Offset of PLT0
  /external/elfutils/0.153/src/
ldgeneric.c 5512 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt; local
    [all...]

Completed in 1239 milliseconds