Home
last modified time | relevance | path

Searched defs:getSection (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp28 LDSection* LDContext::getSection(unsigned int pIdx) in getSection() function in LDContext
35 const LDSection* LDContext::getSection(unsigned int pIdx) const in getSection() function in LDContext
42 LDSection* LDContext::getSection(const std::string& pName) in getSection() function in LDContext
52 const LDSection* LDContext::getSection(const std::string& pName) const in getSection() function in LDContext
DEhFrame.cpp128 const LDSection& EhFrame::getSection() const in getSection() function in EhFrame
134 LDSection& EhFrame::getSection() in getSection() function in EhFrame
/frameworks/compile/mclinker/lib/Core/
DModule.cpp39 LDSection* Module::getSection(const std::string& pName) in getSection() function in Module
49 const LDSection* Module::getSection(const std::string& pName) const in getSection() function in Module
/frameworks/compile/mclinker/include/mcld/LD/
DSectionData.h57 const LDSection& getSection() const { return *m_pSection; } in getSection() function
58 LDSection& getSection() { return *m_pSection; } in getSection() function
DRelocData.h64 const LDSection& getSection() const { return *m_pSection; } in getSection() function
65 LDSection& getSection() { return *m_pSection; } in getSection() function
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h43 const LDSection* getSection() const { return m_pSection; } in getSection() function
44 LDSection* getSection() { return m_pSection; } in getSection() function
90 const LDSection* getSection() const { return m_pSection; } in getSection() function
91 LDSection* getSection() { return m_pSection; } in getSection() function