HomeSort by relevance Sort by last modified time
    Searched refs:CIE_id (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libdw/
dwarf_next_cfi.c 96 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes);
99 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
100 /* Canonicalize the 32-bit CIE_ID value to 64 bits. */
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;
    [all...]
cie.c 173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64)
libdw.h 178 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
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. */
231 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ehopt.c 108 char CIE_id;
123 CIE_id = (char)0xff;
125 CIE_id = 0;
135 || f->fr_literal[offset] != CIE_id
136 || f->fr_literal[offset + 1] != CIE_id
137 || f->fr_literal[offset + 2] != CIE_id
138 || f->fr_literal[offset + 3] != CIE_id)
  /external/elfutils/tests/
run-readelf-zdebug.sh 411 CIE_id: 0
510 CIE_id: 18446744073709551615

Completed in 263 milliseconds