Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp60 if (m_EhFrame.hasEhFrame()) in emitOutput()
136 if (m_EhFrame.hasEhFrame()) in sizeOutput()
DLDSection.cpp104 bool LDSection::hasEhFrame() const in hasEhFrame() function in LDSection
DELFObjectWriter.cpp400 assert(pSection.hasEhFrame()); in emitSectionData()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h172 bool hasEhFrame() const;
DELFFileFormat.h138 bool hasEhFrame() const in hasEhFrame() function
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp87 if (pSection.hasEhFrame()) in Create()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp84 if (target->hasEhFrame()) in MergeSection()
DObjectLinker.cpp337 if (!(*sect)->hasEhFrame()) in mergeSections()
641 if (eh_frame_sect && eh_frame_sect->hasEhFrame()) in prelayout()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp301 if (!eh_sect || !eh_sect->hasEhFrame()) in addEhFrameForPLT()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp241 if (!section->hasEhFrame()) in initStandardSymbols()
2410 ((*it)->hasEhFrame() && in placeOutputSections()
2577 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in createAndSizeEhFrameHdr()
2690 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in postProcessing()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp315 assert(!pSection.hasEhFrame() && "pSection already has eh_frame."); in CreateEhFrame()