Searched refs:FDE (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DFDE.cpp1 //===- FDE.cpp ------------------------------------------------------------===//
10 #include <mcld/LD/FDE.h>
16 // FDE
18 FDE::FDE(MemoryRegion& pRegion, const CIE& pCIE, Offset pPCBeginOffset) function in class:FDE
22 FDE::~FDE()
H A DEhFrame.cpp66 // record the order of the CIE and FDE fragments
107 // create and add a CIE or FDE entry
118 // FDE
136 // append all CIE and FDE fragments to Layout after we successfully read
192 // parse the Augmentation String to get the FDE encodeing if 'z' existed
267 // FDE encoding (1 byte)
316 FDE::Offset pc_offset = static_cast<FDE::Offset>(p - fde_start);
319 // create and push back the FDE entry
320 FDE* entr
[all...]
H A DAndroid.mk26 FDE.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
H A DFDE.h1 //===- 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 class in namespace:mcld
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
H A DEhFrameHdr.h24 #include <mcld/LD/FDE.h>
32 class FDE;
55 /// getFDEPC - return the address of FDE's pc
56 /// @param pFDE - FDE
57 /// @param pOffset - the output offset of FDE
60 getFDEPC(const FDE& pFDE,
H A DEhFrame.h18 #include <mcld/LD/FDE.h>
33 * the corresponding CIE and FDE entries.
40 typedef std::vector<FDE*> FDEListType;
89 /// getFDECount - the number of FDE entries
116 /// addFDE - parse and create an FDE entry
117 /// @return false - cannot recognize this FDE

Completed in 237 milliseconds