Searched refs:CIE (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DCIE.cpp1 //===- CIE.cpp ------------------------------------------------------------===//
10 #include <mcld/LD/CIE.h>
15 // CIE
17 CIE::CIE(MemoryRegion& pRegion, uint8_t pFDEEncode) function in class:CIE
21 CIE::~CIE()
H A DFDE.cpp18 FDE::FDE(MemoryRegion& pRegion, const CIE& pCIE, Offset pPCBeginOffset)
H A DAndroid.mk12 CIE.cpp \
H A DEhFrame.cpp52 // This CIE is a terminator if the Length field is 0, return 0 to handled it
66 // record the order of the CIE and FDE fragments
107 // create and add a CIE or FDE entry
109 // CIE
136 // append all CIE and FDE fragments to Layout after we successfully read
155 // skip the Length (4 byte) and CIE ID (4 byte) fields
186 // the Augmentation String start with 'eh' is a CIE from gcc before 3.0,
294 // create and push back the CIE entry
295 CIE* entry = new CIE(pRegio
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DCIE.h1 //===- CIE.h --------------------------------------------------------------===//
21 /** \class CIE
23 * The CIE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
25 class CIE : public RegionFragment class in namespace:mcld
28 explicit CIE(MemoryRegion& pRegion, uint8_t pFDEEncode);
29 ~CIE();
H A DFDE.h16 #include <mcld/LD/CIE.h>
32 FDE(MemoryRegion& pRegion, const CIE& pCIE, Offset pPCBeginOffset);
36 /// getCIE - the CIE corresponding to this FDE
37 const CIE& getCIE() const
45 const CIE& m_CIE;
H A DEhFrame.h17 #include <mcld/LD/CIE.h>
33 * the corresponding CIE and FDE entries.
39 typedef std::vector<CIE*> CIEListType;
110 /// addCIE - parse and create a CIE entry
111 /// @return false - cannot recognize this CIE
H A DEhFrameHdr.h23 #include <mcld/LD/CIE.h>

Completed in 119 milliseconds