Searched defs:plt_base (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp81 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/ARM/
H A DARMPLT.cpp68 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/Hexagon/
H A DHexagonPLT.cpp132 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

Completed in 95 milliseconds