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

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

Completed in 718 milliseconds