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

  /external/elfutils/libdw/
dwarf_next_cfi.c 102 entry->cie.CIE_id = DW_CIE_ID_64;
108 entry->cie.CIE_id = DW_CIE_ID_64;
121 if (entry->cie.CIE_id == DW_CIE_ID_64)
cie.c 173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64)
cfi.c 438 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 };
dwarf.h 754 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */
libdw.h 178 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
205 DW_CIE_ID_64 in an FDE. If this value is DW_CIE_ID_64, this is
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...]
known-dwarf.h 218 DWARF_ONE_KNOWN_DW_CIE_ID (64, DW_CIE_ID_64) \
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 159 milliseconds