Searched refs:cie_id (Results 1 – 2 of 2) sorted by relevance
254 dw_offset_t cie_id, end_offset; in ParseCIE() local258 cie_id = m_cfi_data.GetU64(&offset); in ParseCIE()261 cie_id = m_cfi_data.GetU32(&offset); in ParseCIE()264 if (length > 0 && ((m_type == DWARF && cie_id == UINT32_MAX) || in ParseCIE()265 (m_type == EH && cie_id == 0ul))) { in ParseCIE()440 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local445 cie_id = m_cfi_data.GetU64(&offset); in GetFDEIndex()447 cie_offset = current_entry + 12 - cie_id; in GetFDEIndex()449 cie_id = m_cfi_data.GetU32(&offset); in GetFDEIndex()451 cie_offset = current_entry + 4 - cie_id; in GetFDEIndex()[all …]
446 uint64_t length, offset, cie_id, entry_off; in _dwarf_frame_section_init() local480 cie_id = dbg->read(ds->ds_data, &offset, dwarf_size); in _dwarf_frame_section_init()484 if (cie_id == 0) in _dwarf_frame_section_init()492 if ((dwarf_size == 4 && cie_id == ~0U) || in _dwarf_frame_section_init()493 (dwarf_size == 8 && cie_id == ~0ULL)) in _dwarf_frame_section_init()