Searched refs:DW_CIE_ID_64 (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_next_cfi.c | 110 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()
|
D | cie.c | 173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64) in __libdw_find_cie()
|
D | dwarf.h | 972 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */ enumerator
|
D | cfi.c | 440 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 }; in cie_cache_initial_state()
|
D | known-dwarf.h | 218 DWARF_ONE_KNOWN_DW_CIE_ID (64, DW_CIE_ID_64) \
|
D | ChangeLog | 2481 (DW_CIE_ID_32, DW_CIE_ID_64): New constants replace it.
|
/external/elfutils/src/ |
D | readelf.c | 6617 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()
|
D | ChangeLog | 3010 * readelf.c (print_debug_frame_section): Check for DW_CIE_ID_64 in
|