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

  /frameworks/compile/mclinker/lib/LD/
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...]
  /frameworks/compile/mclinker/include/mcld/LD/
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,

Completed in 670 milliseconds