Searched refs:m_pSection (Results 1 - 6 of 6) 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.cpp46 : m_pSection(NULL), m_pSectionData(NULL) {
50 : m_pSection(&pSection),
82 assert(NULL != m_pSection);
83 return *m_pSection;
88 assert(NULL != m_pSection);
89 return *m_pSection;
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h65 const LDSection& getSection() const { return *m_pSection; }
66 LDSection& getSection() { return *m_pSection; }
93 LDSection* m_pSection; member in class:mcld::RelocData
H A DSectionData.h60 const LDSection& getSection() const { return *m_pSection; }
61 LDSection& getSection() { return *m_pSection; }
86 LDSection* m_pSection; member in class:mcld::SectionData
H A DEhFrame.h148 LDSection* m_pSection; member in class:mcld::EhFrame

Completed in 4038 milliseconds