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

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h79 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); }
80 sect_iterator relocSectBegin() { return m_RelocSections.begin(); }
82 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); }
83 sect_iterator relocSectEnd() { return m_RelocSections.end(); }
88 SectionTable m_RelocSections; member in class:mcld::LDContext

Completed in 59 milliseconds