Home
last modified time | relevance | path

Searched refs:m_RelocSections (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h78 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); } in relocSectBegin()
79 sect_iterator relocSectBegin() { return m_RelocSections.begin(); } in relocSectBegin()
81 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); } in relocSectEnd()
82 sect_iterator relocSectEnd() { return m_RelocSections.end(); } in relocSectEnd()
87 SectionTable m_RelocSections; variable
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp22 m_RelocSections.push_back(&pSection); in appendSection()