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

  /frameworks/compile/mclinker/lib/LD/
FDE.cpp 1 //===- FDE.cpp ------------------------------------------------------------===//
10 #include <mcld/LD/FDE.h>
16 // FDE
18 FDE::FDE(MemoryRegion& pRegion, const CIE& pCIE, Offset pPCBeginOffset)
22 FDE::~FDE()
  /frameworks/compile/mclinker/include/mcld/LD/
FDE.h 1 //===- FDE.h --------------------------------------------------------------===//
22 /** \class FDE
24 * The FDE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
26 class FDE : public RegionFragment
32 FDE(MemoryRegion& pRegion, const CIE& pCIE, Offset pPCBeginOffset);
33 ~FDE();
36 /// getCIE - the CIE corresponding to this FDE
40 /// getPCBeginOffset - the offset to the FDE of the PC Begin field

Completed in 460 milliseconds