Home
last modified time | relevance | path

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

/external/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.h972 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */ enumerator
Dcfi.c440 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 }; in cie_cache_initial_state()
Dknown-dwarf.h218 DWARF_ONE_KNOWN_DW_CIE_ID (64, DW_CIE_ID_64) \
DChangeLog2481 (DW_CIE_ID_32, DW_CIE_ID_64): New constants replace it.
/external/elfutils/src/
Dreadelf.c6617 cie_id = DW_CIE_ID_64; in print_debug_frame_section()
6634 if (cie_id == (is_eh_frame ? 0 : DW_CIE_ID_64)) in print_debug_frame_section()
DChangeLog3010 * readelf.c (print_debug_frame_section): Check for DW_CIE_ID_64 in