HomeSort by relevance Sort by last modified time
    Searched refs:EhFrame (Results 1 - 19 of 19) sorted by null

  /frameworks/compile/mclinker/lib/Target/
TargetLDBackend.cpp 26 EhFrame* TargetLDBackend::getEhFrame()
29 m_pEhFrame = new EhFrame();
33 const EhFrame* TargetLDBackend::getEhFrame() const
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
CIE.cpp 9 #include <mcld/LD/EhFrame.h>
FDE.cpp 11 #include <mcld/LD/EhFrame.h>
EhFrameHdr.cpp 15 EhFrameHdr::EhFrameHdr(const EhFrame& pEhFrameData,
EhFrame.cpp 1 //===- EhFrame.cpp --------------------------------------------------------===//
10 #include <mcld/LD/EhFrame.h>
22 // EhFrame
23 EhFrame::EhFrame()
27 EhFrame::~EhFrame()
31 uint64_t EhFrame::readEhFrame(Layout& pLayout,
147 bool EhFrame::addCIE(MemoryRegion& pRegion,
301 bool EhFrame::addFDE(MemoryRegion& pRegion
    [all...]
ELFDynObjWriter.cpp 64 case LDFileFormat::EhFrame: {
99 case LDFileFormat::EhFrame: {
ELFExecWriter.cpp 67 case LDFileFormat::EhFrame: {
102 case LDFileFormat::EhFrame: {
Android.mk 23 EhFrame.cpp \
ELFReader.cpp 44 return LDFileFormat::EhFrame;
ELFFileFormat.cpp 198 LDFileFormat::EhFrame,
ELFObjectReader.cpp 155 case LDFileFormat::EhFrame: {
Layout.cpp 570 case LDFileFormat::EhFrame:
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameHdr.h 21 #include <mcld/LD/EhFrame.h>
29 class EhFrame;
41 EhFrameHdr(const EhFrame& pEhFrameData,
85 const EhFrame& m_EhFrameData;
EhFrame.h 1 //===- EhFrame.h ----------------------------------------------------------===//
30 /** \class EhFrame
31 * \brief EhFrame represents .eh_frame section
32 * EhFrame is responsible to parse the input eh_frame sections and create
35 class EhFrame
47 EhFrame();
48 ~EhFrame();
128 /// @ref - GNU gold 1.11, ehframe.h, Eh_frame::skip_leb128.
LDFileFormat.h 38 EhFrame,
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 14 #include <mcld/LD/EhFrame.h>
167 EhFrame* getEhFrame();
169 const EhFrame* getEhFrame() const;
173 EhFrame* m_pEhFrame;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 46 class EhFrame;
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 28 #include <mcld/LD/EhFrame.h>
690 EhFrame* ehframe = m_Backend.getEhFrame(); local
691 assert(NULL != ehframe);
692 if (ehframe->canRecognizeAllEhFrame()) {
693 size = ehframe->readEhFrame(m_Layout, m_Backend, sect_data, pInput,

Completed in 879 milliseconds