Searched defs:FDE (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h26 * the corresponding CIE and FDE entries.
47 FDE, enumerator in enum:mcld::EhFrameReader::TokenKind
H A DEhFrame.h60 /** \class FDE
62 * The FDE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
64 class FDE : public RegionFragment class in class:mcld::EhFrame
67 FDE(MemoryRegion& pRegion,
86 typedef std::vector<FDE*> FDEList;
118 /// addFDE - add a FDE entry in EhFrame
119 void addFDE(FDE& pFDE);
134 // ----- FDE ----- //
140 const FDE& fde_front() const { return *m_FDEs.front(); }
141 FDE
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp32 // EhFrame::FDE
34 EhFrame::FDE::FDE(MemoryRegion& pRegion, function in class:EhFrame::FDE
118 void EhFrame::addFDE(EhFrame::FDE& pFDE)

Completed in 78 milliseconds