Home
last modified time | relevance | path

Searched refs:hasEhFrame (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp59 if (m_EhFrame.hasEhFrame()) in emitOutput()
135 if (m_EhFrame.hasEhFrame()) in sizeOutput()
DLDSection.cpp97 bool LDSection::hasEhFrame() const { in hasEhFrame() function in mcld::LDSection
DELFObjectWriter.cpp389 assert(pSection.hasEhFrame()); in emitSectionData()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp83 if (pSection.hasEhFrame()) in Create()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h154 bool hasEhFrame() const;
DELFFileFormat.h154 bool hasEhFrame() const { in hasEhFrame() function
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp81 if (target->hasEhFrame()) in MergeSection()
DObjectLinker.cpp369 if (!(*sect)->hasEhFrame()) in mergeSections()
676 if (eh_frame_sect && eh_frame_sect->hasEhFrame()) in prelayout()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp227 if (!section->hasEhFrame()) in initStandardSymbols()
2312 ((*it)->hasEhFrame() && in placeOutputSections()
2480 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in createAndSizeEhFrameHdr()
2585 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in postProcessing()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp277 if (!eh_sect || !eh_sect->hasEhFrame()) in addEhFrameForPLT()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp303 assert(!pSection.hasEhFrame() && "pSection already has eh_frame."); in CreateEhFrame()