Home
last modified time | relevance | path

Searched refs:getEhFrame (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp60 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs(); in emitOutput()
79 for (EhFrame::const_cie_iterator i = m_EhFrame.getEhFrame()->cie_begin(), in emitOutput()
80 e = m_EhFrame.getEhFrame()->cie_end(); in emitOutput()
136 size += 8 * m_EhFrame.getEhFrame()->numOfFDEs(); in sizeOutput()
DSectionSymbolSet.cpp76 if (EhFrame* ehframe = pOutSect.getEhFrame()) in finalize()
DELFObjectWriter.cpp100 emitEhFrame(pModule, *section->getEhFrame(), region); in writeSection()
390 sd = pSection.getEhFrame()->getSectionData(); in emitSectionData()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h149 const EhFrame* getEhFrame() const { return m_Data.eh_frame; } in getEhFrame() function
150 EhFrame* getEhFrame() { return m_Data.eh_frame; } in getEhFrame() function
DELFFileFormat.h522 LDSection& getEhFrame() { in getEhFrame() function
527 const LDSection& getEhFrame() const { in getEhFrame() function
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp82 eh_frame = target->getEhFrame(); in MergeSection()
86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame()); in MergeSection()
DObjectLinker.cpp677 eh_frame_sect->getEhFrame()->computeOffsetSize(); in prelayout()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp84 data = pSection.getEhFrame()->getSectionData(); in Create()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp280 EhFrame* eh_frame = eh_sect->getEhFrame(); in addEhFrameForPLT()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2484 new EhFrameHdr(format->getEhFrameHdr(), format->getEhFrame()); in createAndSizeEhFrameHdr()