Home
last modified time | relevance | path

Searched refs:m_PLT0Size (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp61 m_PLT0Size = sizeof(x86_32_dyn_plt0); in X86PLT()
68 m_PLT0Size = sizeof(x86_32_exec_plt0); in X86PLT()
77 m_PLT0Size = sizeof(x86_64_plt0); in X86PLT()
179 uint64_t PLTEntryOffset = m_PLT0Size; in applyPLT1()
263 uint64_t PLTEntryOffset = m_PLT0Size; in applyPLT1()
DX86PLT.h115 unsigned int getPLT0Size() const { return m_PLT0Size; } in getPLT0Size()
124 unsigned int m_PLT0Size; variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.h87 unsigned int m_PLT0Size; variable
DHexagonPLT.cpp44 m_PLT0Size = sizeof(hexagon_plt0); in HexagonPLT()