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

  /external/elfutils/0.153/libdw/
libdw.h 197 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
242 an FDE described by Dward_FDE. Check CIE_id to see which you have. */
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/elfutils/
libdw.h 197 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
242 an FDE described by Dward_FDE. Check CIE_id to see which you have. */
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)

Completed in 53 milliseconds