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

  /external/elfutils/0.153/libdw/
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)
cie.c 194 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64)
cfi.c 428 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 };
libdw.h 197 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
224 DW_CIE_ID_64 in an FDE. If this value is DW_CIE_ID_64, this is
245 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
250 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
dwarf.h 740 DW_CIE_ID_64 = 0xffffffffffffffffULL /* In 64-bit format CIE header. */
  /external/elfutils/elfutils/
libdw.h 197 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
224 DW_CIE_ID_64 in an FDE. If this value is DW_CIE_ID_64, this is
245 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
250 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 43 milliseconds