Searched refs:getOutputSectHdr (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DSectionMerger.cpp47 LDSection* SectionMerger::getOutputSectHdr(const std::string& pName) function in class:SectionMerger
65 return getOutputSectHdr(pName)->getSectionData();
76 // the mapping rule is not in SectionMap, and this is handled in getOutputSectHdr.
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionMerger.h46 /// getOutputSectHdr - return a associated output section header
47 LDSection* getOutputSectHdr(const std::string& pName);
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp546 m_pSectionMerger->getOutputSectHdr(pSection.name());

Completed in 60 milliseconds