Searched refs:a_tag (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_abbrev.c45 a->a_tag = tag;
H A Ddwarf_func.c121 if (die->die_a->a_tag == DW_TAG_subprogram) {
169 if (die->die_a->a_tag == DW_TAG_inlined_subroutine) {
H A D_libdwarf.h114 uint64_t a_tag; /* Tag: DW_TAG_ */ member in struct:_Dwarf_Abbrev
H A Ddwarf_die.c122 *tag = a->a_tag;
H A Ddwarf_dump.c409 (u_long) a->a_entry, get_tag_desc(a->a_tag),
709 get_tag_desc(die->die_a->a_tag));

Completed in 52 milliseconds