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

  /toolchain/binutils/binutils-2.25/include/
dwarf2.def 61 DW_FIRST_TAG(name, value) - Introduce the first DW_TAG constant.
63 DW_TAG(name, value) - Define a subsequent constant.
68 (DW_TAG) form will be the preferred name and DW_TAG_DUP will hold
71 DW_END_TAG - Invoked at the end of the DW_TAG constants. */
74 DW_TAG (DW_TAG_array_type, 0x01)
75 DW_TAG (DW_TAG_class_type, 0x02)
76 DW_TAG (DW_TAG_entry_point, 0x03)
77 DW_TAG (DW_TAG_enumeration_type, 0x04)
78 DW_TAG (DW_TAG_formal_parameter, 0x05)
79 DW_TAG (DW_TAG_imported_declaration, 0x08
    [all...]
dwarf2.h 47 #define DW_TAG(name, value) , name = value
92 #undef DW_TAG
  /toolchain/binutils/binutils-2.25/libiberty/
dwarfnames.c 35 DW_TAG (name, value)
63 #define DW_TAG(name, value) case name: return # name ;
89 #undef DW_TAG
  /toolchain/binutils/binutils-2.25/elfcpp/
dwarf.h 40 // Include DW_TAG, DW_FORM, DW_AT, DW_OP, DW_ATE, and DW_CFA
43 #define DW_FIRST_TAG(name, value) enum DW_TAG { \
45 #define DW_TAG(name, value) , name = value
80 #undef DW_TAG
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 131 DW_TAG;
577 const HChar* ML_(pp_DW_TAG) ( DW_TAG tag );
readdwarf3.c     [all...]
d3basics.c 62 const HChar* ML_(pp_DW_TAG) ( DW_TAG tag )
    [all...]

Completed in 202 milliseconds