Home
last modified time | relevance | path

Searched refs:cie_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp254 dw_offset_t cie_id, end_offset; in ParseCIE() local
258 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() local
445 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 …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c446 uint64_t length, offset, cie_id, entry_off; in _dwarf_frame_section_init() local
480 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()