Searched refs:m_pSection (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp24 : m_pSection(NULL) {
28 : m_pSection(&pSection) {
H A DSectionData.cpp26 : m_pSection(NULL) {
30 : m_pSection(&pSection) {
H A DEhFrame.cpp96 : m_pSection(NULL), m_pSectionData(NULL) {
100 : m_pSection(&pSection),
130 assert(NULL != m_pSection);
131 return *m_pSection;
136 assert(NULL != m_pSection);
137 return *m_pSection;
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h57 const LDSection& getSection() const { return *m_pSection; }
58 LDSection& getSection() { return *m_pSection; }
83 LDSection* m_pSection; member in class:mcld::SectionData
H A DRelocData.h64 const LDSection& getSection() const { return *m_pSection; }
65 LDSection& getSection() { return *m_pSection; }
105 LDSection* m_pSection; member in class:mcld::RelocData
H A DEhFrame.h238 LDSection* m_pSection; member in class:mcld::EhFrame
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h43 const LDSection* getSection() const { return m_pSection; }
44 LDSection* getSection() { return m_pSection; }
57 LDSection* m_pSection; member in class:mcld::SectionMap::Input
90 const LDSection* getSection() const { return m_pSection; }
91 LDSection* getSection() { return m_pSection; }
93 void setSection(LDSection* pSection) { m_pSection = pSection; }
131 LDSection* m_pSection; member in class:mcld::SectionMap::Output
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp49 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0);
50 SectionData* sd = SectionData::Create(*m_pSection);
51 m_pSection->setSectionData(sd);
62 m_pSection = LDSection::Create("", LDFileFormat::TEXT, 0, 0);
63 SectionData* sd = SectionData::Create(*m_pSection);
64 m_pSection->setSectionData(sd);
88 m_pSection = LDSection::Create(pName, LDFileFormat::TEXT, 0, 0);
89 SectionData* sd = SectionData::Create(*m_pSection);
90 m_pSection->setSectionData(sd);
101 m_pSection
[all...]

Completed in 1135 milliseconds