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

  /toolchain/binutils/binutils-2.25/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/libdw/
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...]

Completed in 280 milliseconds