Searched refs:DW_TAG_GNU_BINCL (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h201 DW_TAG_GNU_BINCL = 0x4104, enumerator in enum:dwarf_tag
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h200 DW_TAG_GNU_BINCL = 0x4104, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4529 case DW_TAG_GNU_BINCL:
4530 return "DW_TAG_GNU_BINCL";
5883 for the enclosing include file, if any. BINCL_DIE is the DW_TAG_GNU_BINCL
6429 while (c->die_tag == DW_TAG_GNU_BINCL || c->die_tag == DW_TAG_GNU_EINCL
6437 if (c->die_tag == DW_TAG_GNU_BINCL)
13824 bincl_die = new_die (DW_TAG_GNU_BINCL, comp_unit_die, NULL);

Completed in 158 milliseconds