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

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h76 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); }
77 sect_iterator relocSectBegin() { return m_RelocSections.begin(); }
79 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); }
80 sect_iterator relocSectEnd() { return m_RelocSections.end(); }
85 SectionTable m_RelocSections; member in class:mcld::LDContext
/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp22 m_RelocSections.push_back(&pSection);

Completed in 88 milliseconds