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

/external/elfutils/libdw/
H A Ddwarf_next_cfi.c96 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes);
99 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
101 if (!eh_frame_p && entry->cie.CIE_id == DW_CIE_ID_32)
102 entry->cie.CIE_id = DW_CIE_ID_64;
107 if (entry->cie.CIE_id == 0)
108 entry->cie.CIE_id = DW_CIE_ID_64;
114 if (unlikely (entry->cie.CIE_id > (Dwarf_Off) pos)
117 entry->cie.CIE_id = pos - entry->cie.CIE_id;
121 if (entry->cie.CIE_id
[all...]
H A Dcie.c173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64)
H A Dlibdw.h178 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member in struct:__anon5501
223 an FDE described by Dward_FDE. Check CIE_id to see which you have. */
226 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member in union:__anon5503
231 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
/external/elfutils/tests/
H A Drun-readelf-zdebug.sh411 CIE_id: 0
510 CIE_id: 18446744073709551615
/external/elfutils/include/elfutils/
H A Dlibdw.h178 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member in struct:__anon5448
223 an FDE described by Dward_FDE. Check CIE_id to see which you have. */
226 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */ member in union:__anon5450
231 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)

Completed in 463 milliseconds