Searched refs:m_Section (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp21 :m_Section(pSection)
H A DGOT.cpp25 : m_Section(pSection) {
42 m_Section.setSize(offset);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h69 uint64_t addr() const { return m_Section.addr(); }
70 uint32_t size() const { return m_Section.size(); }
91 LDSection& m_Section; member in class:mcld::GOT
H A DPLT.h91 uint64_t addr() const { return m_Section.addr(); }
99 LDSection& m_Section; member in class:mcld::PLT
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp51 m_Section.setSize(size);
98 uint64_t plt_base = m_Section.addr();
132 uint64_t plt_base = m_Section.addr();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp86 m_Section.setSize(size);
125 uint64_t pltBase = m_Section.addr();
149 uint64_t plt_base = m_Section.addr();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp116 m_Section.setSize(size);
204 assert(m_Section.addr() && ".plt base address is NULL!");
290 assert(m_Section.addr() && ".plt base address is NULL!");

Completed in 581 milliseconds