Searched refs:DW_TAG_variable (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-modula2-self-type.S52 .uleb128 0x8 # (DIE (0x221) DW_TAG_variable)
104 .uleb128 0x34 # (TAG: DW_TAG_variable)
H A Dclztest.S276 .uleb128 0x4 # (DIE (0x61) DW_TAG_variable)
283 .uleb128 0x5 # (DIE (0x6c) DW_TAG_variable)
315 .uleb128 0x4 # (DIE (0xb1) DW_TAG_variable)
322 .uleb128 0x5 # (DIE (0xbc) DW_TAG_variable)
340 .uleb128 0x5 # (DIE (0xef) DW_TAG_variable)
372 .uleb128 0xc # (DIE (0x137) DW_TAG_variable)
381 .uleb128 0xe # (DIE (0x148) DW_TAG_variable)
457 .uleb128 0x34 # (TAG: DW_TAG_variable)
472 .uleb128 0x34 # (TAG: DW_TAG_variable)
563 .uleb128 0x34 # (TAG: DW_TAG_variable)
[all...]
H A Dwatch-notconst2.S129 .uleb128 0x4 # (DIE (0x4a) DW_TAG_variable)
202 .uleb128 0x34 # (TAG: DW_TAG_variable)
H A Dpieces.S1430 .uleb128 0x9 # (DIE (0xf5) DW_TAG_variable)
1456 .uleb128 0x9 # (DIE (0x12b) DW_TAG_variable)
1492 .uleb128 0x9 # (DIE (0x174) DW_TAG_variable)
1518 .uleb128 0x9 # (DIE (0x1aa) DW_TAG_variable)
1544 .uleb128 0x9 # (DIE (0x1e0) DW_TAG_variable)
1570 .uleb128 0xd # (DIE (0x216) DW_TAG_variable)
1576 .uleb128 0x9 # (DIE (0x220) DW_TAG_variable)
1593 .uleb128 0x9 # (DIE (0x247) DW_TAG_variable)
1747 .uleb128 0x34 # (TAG: DW_TAG_variable)
1789 .uleb128 0x34 # (TAG: DW_TAG_variable)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Ddwarf.h88 DW_TAG_variable = 0x34, enumerator in enum:elfcpp::DW_TAG
/netbsd-6-1-5-RELEASE/external/bsd/libdwarf/dist/
H A Ddwarf.h80 #define DW_TAG_variable 0x34 macro
H A Ddwarf_dump.c384 case DW_TAG_variable:
385 return "DW_TAG_variable";
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Ddwarf2.h186 DW_TAG_variable = 0x34, enumerator in enum:dwarf_tag
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Ddwarf2.h186 DW_TAG_variable = 0x34, enumerator in enum:dwarf_tag
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2.h179 DW_TAG_variable = 0x34, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4468 case DW_TAG_variable:
4469 return "DW_TAG_variable";
10581 decl_die = new_die (DW_TAG_variable, ctx, bound);
11830 /* Emit a DW_TAG_variable DIE for a named return value. */
11860 dw_die_ref var_die = new_die (DW_TAG_variable, context_die, decl);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Ddwarf2.h99 DW_TAG_variable = 0x34, enumerator in enum:dwarf_tag
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Ddwarf.c1528 tag != DW_TAG_variable) {
1679 { DW_TAG_variable, DW_F_NOTDP, die_variable_create },
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c3650 case DW_TAG_variable:
3888 case DW_TAG_variable:
4815 case DW_TAG_variable:
6600 else if (die->tag == DW_TAG_member || die->tag == DW_TAG_variable)
6607 DW_TAG_variable tags. */
7235 || child_die->tag == DW_TAG_variable)
7240 least 3.2.1) incorrectly generate DW_TAG_variable
7395 || child_die->tag == DW_TAG_variable
9041 && abbrev->tag != DW_TAG_variable
9151 || abbrev->tag == DW_TAG_variable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c2130 if (abbrev->tag == DW_TAG_variable)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c2130 if (abbrev->tag == DW_TAG_variable)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c516 case DW_TAG_variable: return "DW_TAG_variable";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.c6469 case DW_TAG_variable:
6470 return "DW_TAG_variable";
16505 decl_die = new_die (DW_TAG_variable, ctx, bound);
18189 /* Emit a DW_TAG_variable DIE for a named return value. */
18311 DW_TAG_common_block and DW_TAG_variable. */
18327 var_die = new_die (DW_TAG_variable, com_die, decl);
18363 DW_TAG_variable referencing the DW_TAG_member DIE. */
18367 var_die = new_die (DW_TAG_variable, context_die, decl);

Completed in 429 milliseconds