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

/freebsd-10.2-release/contrib/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 */
/freebsd-10.2-release/contrib/binutils/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 */
/freebsd-10.2-release/contrib/binutils/bfd/
H A Ddwarf1.c520 if (aDieInfo.tag == TAG_compile_unit)
/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddwarfread.c405 processed. We know it once we have seen the TAG_compile_unit DIE,
1964 case TAG_compile_unit:
2724 TAG_compile_unit DIE, and then follows the sibling chain to locate
2725 each additional TAG_compile_unit DIE.
2727 For each TAG_compile_unit DIE it creates a partial symtab structure,
2773 else if (di.die_tag != TAG_compile_unit)

Completed in 56 milliseconds