Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h83 struct CIE struct
91 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument
92 uint32_t inst_length; // length of CIE instructions in mCFIData argument
96 CIE(dw_offset_t offset) : cie_offset(offset), version (-1), code_align (0), in CIE() argument
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h700 struct CIE: public Entry { struct
707 // True if this CIE includes Linux C++ ABI 'z' augmentation data. argument
708 bool has_z_augmentation;
712 bool has_z_lsda; // The 'z' augmentation included 'L'.
713 bool has_z_personality; // The 'z' augmentation included 'P'.
714 bool has_z_signal_frame; // The 'z' augmentation included 'S'.
718 DwarfPointerEncoding lsda_encoding;
722 DwarfPointerEncoding personality_encoding;
727 uint64 personality_address;
733 DwarfPointerEncoding pointer_encoding;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp187 class CIE : public FrameEntry { class
191 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function in __anon0d7d66dd0111::CIE
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c3675 CIE; typedef