Home
last modified time | relevance | path

Searched refs:eh_frame (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDiagReaders.inc7 "cannot parse .eh_frame section in input %0",
8 "cannot parse .eh_frame section in input %0.")
11 "cannot scan .eh_frame section in input %0",
12 "cannot scan .eh_frame section in input %0.")
DLDSection.h149 const EhFrame* getEhFrame() const { return m_Data.eh_frame; } in getEhFrame()
150 EhFrame* getEhFrame() { return m_Data.eh_frame; } in getEhFrame()
152 void setEhFrame(EhFrame* pEhFrame) { m_Data.eh_frame = pEhFrame; } in setEhFrame()
177 EhFrame* eh_frame; member
DDiagCommonKinds.inc152 "unsupported .eh_frame section in input: %0",
153 "unsupported .eh_frame section in input: %0")
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp80 EhFrame* eh_frame = NULL; in MergeSection() local
82 eh_frame = target->getEhFrame(); in MergeSection()
84 eh_frame = IRBuilder::CreateEhFrame(*target); in MergeSection()
86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame()); in MergeSection()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp280 EhFrame* eh_frame = eh_sect->getEhFrame(); in addEhFrameForPLT() local
282 eh_frame->getSectionData()->getFragmentList(); in addEhFrameForPLT()
293 EhFrame::cie_iterator i = eh_frame->cie_begin(); in addEhFrameForPLT()
294 for (EhFrame::cie_iterator e = eh_frame->cie_end(); i != e; ++i) { in addEhFrameForPLT()
308 if (i == eh_frame->cie_end()) { in addEhFrameForPLT()
310 eh_frame->addCIE(*cie); in addEhFrameForPLT()
311 eh_frame->addFDE(*fde); in addEhFrameForPLT()
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp224 EhFrame* eh_frame = IRBuilder::CreateEhFrame(**section); in readSections() local
229 if (!m_pEhFrameReader->read<32, true>(pInput, *eh_frame)) { in readSections()
236 *eh_frame->getSectionData())) { in readSections()
DLDSection.cpp99 return (m_Data.eh_frame != NULL); in hasEhFrame()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp305 EhFrame* eh_frame = EhFrame::Create(pSection); in CreateEhFrame() local
306 pSection.setEhFrame(eh_frame); in CreateEhFrame()
307 return eh_frame; in CreateEhFrame()
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1954 <li>Removed unused {@code .ctors}, {@code .dtors}, and {@code .eh_frame} in MIPS