Searched refs:TAG_compile_unit (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Ddwarf.h52 TAG_compile_unit = 0x0011, enumerator in enum:dwarf_tag
81 #define TAG_source_file TAG_compile_unit /* for backward compatibility */
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Ddwarf.h54 TAG_compile_unit = 0x0011, enumerator in enum:dwarf_tag
83 #define TAG_source_file TAG_compile_unit /* for backward compatibility */
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddwarf.h52 TAG_compile_unit = 0x0011, enumerator in enum:dwarf_tag
81 #define TAG_source_file TAG_compile_unit /* for backward compatibility */
H A Ddwarfout.c1367 case TAG_compile_unit: return "TAG_compile_unit";
3238 DIEs with a TAG_compile_unit tag. */
3292 are used only within TAG_compile_unit DIEs. */
4129 ASM_OUTPUT_DWARF_TAG (asm_out_file, TAG_compile_unit);
6307 TAG_compile_unit DIE. */
6367 (string) value given in the AT_name attribute of the TAG_compile_unit
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf.h55 TAG_compile_unit = 0x0011, enumerator in enum:dwarf_tag
84 #define TAG_source_file TAG_compile_unit /* for backward compatibility */
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf1.c548 if (aDieInfo.tag == TAG_compile_unit)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf1.c520 if (aDieInfo.tag == TAG_compile_unit)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c416 processed. We know it once we have seen the TAG_compile_unit DIE,
1963 case TAG_compile_unit:
2723 TAG_compile_unit DIE, and then follows the sibling chain to locate
2724 each additional TAG_compile_unit DIE.
2726 For each TAG_compile_unit DIE it creates a partial symtab structure,
2772 else if (di.die_tag != TAG_compile_unit)

Completed in 226 milliseconds