Searched defs:CIE (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h83 struct CIE struct in class:lldb_private::DWARFCallFrameInfo
91 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData
92 uint32_t inst_length; // length of CIE instructions in mCFIData
96 CIE(dw_offset_t offset) : cie_offset(offset), version (-1), code_align (0), function in struct:lldb_private::DWARFCallFrameInfo::CIE
101 typedef std::shared_ptr<CIE> CIESP;
122 const CIE*
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp186 /// \brief DWARF Common Information Entry (CIE)
187 class CIE : public FrameEntry { class in namespace:__anon10509
191 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, function in class:__anon10509::CIE
200 ~CIE() override {}
206 OS << format("%08x %08x %08x CIE",
237 // Each FDE has a CIE it's "linked to". Our FDE contains is constructed with
238 // an offset to the CIE (provided by parsing the FDE header). The CIE itself
242 CIE *Cie)
249 CIE *getLinkedCI
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h595 // information entry headers. The distinguished CIE id, the way FDEs
604 // - Linux C++ exception handling data uses CIE augmentation strings
606 // the CIE and FDE headers and special encodings used for addresses in
659 struct CIE;
661 // A CFI entry, either an FDE or a CIE.
690 // For both DWARF CFI and .eh_frame sections, this is the CIE id in a
691 // CIE, and the offset of the associated CIE in an FDE.
694 // The CIE that applies to this entry, if we've parsed it. If this is a
695 // CIE, the
700 struct CIE: public Entry { struct in class:dwarf2reader::CallFrameInfo
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c204 applies for initial lengths for CIE/FDEs and probably in zillions
1616 > If a CIE does not have an "augmentation string" (typically "zR") then
1619 > is specified by the CIE itself, which works fine with GCC compiled code
1927 /* Read-only fields (set by the CIE) */
3661 /* This gives the CIE an identity to which FDEs will refer. */
3675 CIE; typedef in typeref:struct:__anon15930
3677 static void init_CIE ( CIE* cie )
3689 static CIE *the_CIEs = NULL;
3747 of which is either a FDE (usually) or a CIE (occasionally).
3748 Each FDE has a field indicating which CIE i
[all...]

Completed in 183 milliseconds