Searched refs:DW_CIE_ID_64 (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/0.153/libdw/ |
D | dwarf_next_cfi.c | 124 entry->cie.CIE_id = DW_CIE_ID_64; 130 entry->cie.CIE_id = DW_CIE_ID_64; 143 if (entry->cie.CIE_id == DW_CIE_ID_64)
|
D | cie.c | 194 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64) in __libdw_find_cie()
|
D | dwarf.h | 740 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */ enumerator
|
D | cfi.c | 428 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 }; in cie_cache_initial_state()
|
D | libdw.h | 250 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
|
D | ChangeLog | 566 (DW_CIE_ID_32, DW_CIE_ID_64): New constants replace it.
|
/external/elfutils/elfutils/ |
D | libdw.h | 250 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
|
/external/elfutils/0.153/src/ |
D | readelf.c | 5269 cie_id = DW_CIE_ID_64; in print_debug_frame_section() 5282 if (cie_id == (is_eh_frame ? 0 : DW_CIE_ID_64)) in print_debug_frame_section()
|
D | ChangeLog | 581 * readelf.c (print_debug_frame_section): Check for DW_CIE_ID_64 in
|