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

  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 25 // EhFrame::CIE
27 EhFrame::CIE::CIE(MemoryRegion& pRegion)
35 const EhFrame::CIE& pCIE,
112 void EhFrame::addCIE(EhFrame::CIE& pCIE)
129 for (cie_iterator cie = pOther.cie_begin(); cie != pOther.cie_end(); ++cie)
130 m_CIEs.push_back(*cie);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 26 * the corresponding CIE and FDE entries.
46 CIE,
EhFrame.h 44 /** \class CIE
46 * The CIE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames.
48 class CIE : public RegionFragment
51 CIE(MemoryRegion& pRegion);
68 const CIE& pCIE,
71 const CIE& getCIE() const { return m_CIE; }
76 const CIE& m_CIE;
80 typedef std::vector<CIE*> CIEList;
115 /// addCIE - add a CIE entry in EhFrame
116 void addCIE(CIE& pCIE)
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 200 /// \brief DWARF Common Information Entry (CIE)
201 class CIE : public FrameEntry {
205 CIE(DataExtractor D, uint64_t Offset, uint64_t Length, uint8_t Version,
213 ~CIE() {
217 OS << format("%08x %08x %08x CIE",
248 // Each FDE has a CIE it's "linked to". Our FDE contains is constructed with
249 // an offset to the CIE (provided by parsing the FDE header). The CIE itself
263 OS << format("cie=%08x pc=%08x...%08x\n",
281 CIE *LinkedCIE
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 274 applies for initial lengths for CIE/FDEs and probably in zillions
4011 Int cie; local
    [all...]

Completed in 63 milliseconds