Searched refs:DW_CIE_ID (Results 1 – 7 of 7) sorted by relevance
218 (uint32_t)Offset, (uint32_t)Length, DW_CIE_ID) in dumpHeader()337 bool IsCIE = ((IsDWARF64 && Id == DW64_CIE_ID) || Id == DW_CIE_ID); in parse()
759 #define DW_CIE_ID 0xffffffff macro
295 (unsigned HOST_WIDE_INT) (DWARF_OFFSET_SIZE == 4 ? DW_CIE_ID : DW64_CIE_ID)297 #define DWARF_CIE_ID DW_CIE_ID
762 #define DW_CIE_ID 0xffffffff macro
68 const uint32_t DW_CIE_ID = UINT32_MAX; variable
1263 cie_id = DW_CIE_ID; in decode_frame_entry_1()
3018 if (is_eh ? (cie_id == 0) : (cie_id == DW_CIE_ID)) in display_debug_frames()