Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp59 if (m_EhFrame.hasEhFrame())
135 if (m_EhFrame.hasEhFrame()) in sizeOutput()
H A DLDSection.cpp97 bool LDSection::hasEhFrame() const { in hasEhFrame() function in mcld::LDSection
H A DELFObjectWriter.cpp389 assert(pSection.hasEhFrame()); in emitSectionData()
/aosp12/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp83 if (pSection.hasEhFrame()) in Create()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h154 bool hasEhFrame() const;
H A DELFFileFormat.h154 bool hasEhFrame() const { in hasEhFrame() function
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp81 if (target->hasEhFrame()) in MergeSection()
H A DObjectLinker.cpp369 if (!(*sect)->hasEhFrame()) in mergeSections()
676 if (eh_frame_sect && eh_frame_sect->hasEhFrame()) in prelayout()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp277 if (!eh_sect || !eh_sect->hasEhFrame()) in addEhFrameForPLT()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp304 assert(!pSection.hasEhFrame() && "pSection already has eh_frame."); in CreateEhFrame()