Searched defs:m_pSectionData (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h55 SectionData* m_pSectionData; member in class:mcld::OutputRelocSection
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h132 { return m_pSectionData; }
135 { return m_pSectionData; }
138 { m_pSectionData = pSD; }
141 { return (NULL != m_pSectionData); }
168 SectionData* m_pSectionData; member in class:mcld::LDSection

Completed in 39 milliseconds