HomeSort by relevance Sort by last modified time
    Searched refs:m_pSection (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 24 : m_pSection(NULL) {
28 : m_pSection(&pSection) {
SectionData.cpp 26 : m_pSection(NULL) {
30 : m_pSection(&pSection) {
EhFrame.cpp 46 : 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/
RelocData.h 65 const LDSection& getSection() const { return *m_pSection; }
66 LDSection& getSection() { return *m_pSection; }
93 LDSection* m_pSection;
SectionData.h 60 const LDSection& getSection() const { return *m_pSection; }
61 LDSection& getSection() { return *m_pSection; }
86 LDSection* m_pSection;
EhFrame.h 148 LDSection* m_pSection;

Completed in 205 milliseconds