Home | History | Annotate | Download | only in src

Lines Matching refs:cie_id

5575       Dwarf_Off cie_id;
5578 cie_id = read_4ubyte_unaligned_inc (dbg, readp);
5579 if (!is_eh_frame && cie_id == DW_CIE_ID_32)
5580 cie_id = DW_CIE_ID_64;
5583 cie_id = read_8ubyte_unaligned_inc (dbg, readp);
5593 if (cie_id == (is_eh_frame ? 0 : DW_CIE_ID_64))
5631 " CIE_id: %" PRIu64 "\n"
5634 offset, (uint64_t) unit_length, (uint64_t) cie_id,
5732 ? ((Dwarf_Off) start - cie_id) == (Dwarf_Off) cie->cie_offset
5733 : cie_id == (Dwarf_Off) cie->cie_offset)
5775 cie->cie_offset, (uint64_t) cie_id, a);