HomeSort by relevance Sort by last modified time
    Searched refs:m_RelocSections (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 76 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;
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 22 m_RelocSections.push_back(&pSection);

Completed in 237 milliseconds