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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp78 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/ARM/
H A DARMPLT.cpp63 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/Hexagon/
H A DHexagonPLT.cpp120 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

Completed in 44 milliseconds