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

  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 64 const LDSection& getSection() const { return *m_pSection; }
65 LDSection& getSection() { return *m_pSection; }
105 LDSection* m_pSection;
SectionData.h 57 const LDSection& getSection() const { return *m_pSection; }
58 LDSection& getSection() { return *m_pSection; }
83 LDSection* m_pSection;
EhFrame.h 238 LDSection* m_pSection;
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 43 const LDSection* getSection() const { return m_pSection; }
44 LDSection* getSection() { return m_pSection; }
57 LDSection* m_pSection;
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;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 333 CSection * m_pSection;

Completed in 233 milliseconds