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

/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h28 : m_pSection(NULL) {}
49 { m_pSection = &pSection; }
52 const LDSection* getSection() const { return m_pSection; }
53 LDSection* getSection() { return m_pSection; }
57 LDSection* m_pSection; member in class:mcld::DebugString
H A DRelocData.h63 const LDSection& getSection() const { return *m_pSection; }
64 LDSection& getSection() { return *m_pSection; }
97 LDSection* m_pSection; member in class:mcld::RelocData
H A DSectionData.h54 const LDSection& getSection() const { return *m_pSection; }
55 LDSection& getSection() { return *m_pSection; }
84 LDSection* m_pSection; member in class:mcld::SectionData
H A DEhFrame.h239 LDSection* m_pSection; member in class:mcld::EhFrame
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h44 const LDSection* getSection() const { return m_pSection; }
45 LDSection* getSection() { return m_pSection; }
58 LDSection* m_pSection; member in class:mcld::SectionMap::Input
91 const LDSection* getSection() const { return m_pSection; }
92 LDSection* getSection() { return m_pSection; }
94 void setSection(LDSection* pSection) { m_pSection = pSection; }
132 LDSection* m_pSection; member in class:mcld::SectionMap::Output

Completed in 82 milliseconds