Home
last modified time | relevance | path

Searched refs:CIE_id (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_next_cfi.c104 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes); in dwarf_next_cfi()
107 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes); in dwarf_next_cfi()
109 if (!eh_frame_p && entry->cie.CIE_id == DW_CIE_ID_32) in dwarf_next_cfi()
110 entry->cie.CIE_id = DW_CIE_ID_64; in dwarf_next_cfi()
115 if (entry->cie.CIE_id == 0) in dwarf_next_cfi()
116 entry->cie.CIE_id = DW_CIE_ID_64; in dwarf_next_cfi()
122 if (unlikely (entry->cie.CIE_id > (Dwarf_Off) pos) in dwarf_next_cfi()
125 entry->cie.CIE_id = pos - entry->cie.CIE_id; in dwarf_next_cfi()
129 if (entry->cie.CIE_id == DW_CIE_ID_64) in dwarf_next_cfi()
Dlibdw.h161 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member
209 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member
216 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == LIBDW_CIE_ID)
Dcie.c173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64) in __libdw_find_cie()
/external/elfutils/tests/
Drun-readelf-zdebug.sh420 CIE_id: 0
519 CIE_id: 18446744073709551615
/external/elfutils/include/elfutils/
Dlibdw.h161 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member
209 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member
216 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == LIBDW_CIE_ID)