Home
last modified time | relevance | path

Searched refs:DW_CIE_ID_64 (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_next_cfi.c110 entry->cie.CIE_id = DW_CIE_ID_64; in dwarf_next_cfi()
116 entry->cie.CIE_id = DW_CIE_ID_64; in dwarf_next_cfi()
129 if (entry->cie.CIE_id == DW_CIE_ID_64) in dwarf_next_cfi()
Dcie.c173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64) in __libdw_find_cie()
Ddwarf.h1000 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */ enumerator
Dcfi.c452 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 }; in cie_cache_initial_state()
DChangeLog2812 (DW_CIE_ID_32, DW_CIE_ID_64): New constants replace it.
/third_party/elfutils/src/
Dreadelf.c6875 cie_id = DW_CIE_ID_64; in print_debug_frame_section()
6892 if (cie_id == (is_eh_frame ? 0 : DW_CIE_ID_64)) in print_debug_frame_section()
DChangeLog3698 * readelf.c (print_debug_frame_section): Check for DW_CIE_ID_64 in