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

Completed in 2493 milliseconds