Searched refs:m_RelocSections (Results 1 – 2 of 2) sorted by relevance
78 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
22 m_RelocSections.push_back(&pSection); in appendSection()