Home
last modified time | relevance | path

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

/external/elfutils/src/libdw/
Ddwarf_next_cfi.c103 entry->cie.CIE_id = DW_CIE_ID_64;
109 entry->cie.CIE_id = DW_CIE_ID_64;
122 if (entry->cie.CIE_id == DW_CIE_ID_64)
Dcie.c173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64) in __libdw_find_cie()
Ddwarf.h748 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */ enumerator
Dcfi.c426 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 }; in cie_cache_initial_state()
Dlibdw.h231 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
Dknown-dwarf.h218 ONE_KNOWN_DW_CIE_ID_DESC (64, DW_CIE_ID_64, "In 64-bit format CIE header.") \
DChangeLog1277 (DW_CIE_ID_32, DW_CIE_ID_64): New constants replace it.
/external/elfutils/include/elfutils/
Dlibdw.h231 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
/external/elfutils/src/src/
Dreadelf.c5474 cie_id = DW_CIE_ID_64; in print_debug_frame_section()
5487 if (cie_id == (is_eh_frame ? 0 : DW_CIE_ID_64)) in print_debug_frame_section()
DChangeLog1462 * readelf.c (print_debug_frame_section): Check for DW_CIE_ID_64 in