HomeSort by relevance Sort by last modified time
    Searched refs:die_tag (Results 1 - 2 of 2) sorted by null

  /external/qemu/elff/
dwarf_die.cc 253 Dwarf_Tag die_tag; local
261 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
266 *tag = die_tag;
dwarf_cu.cc 339 Dwarf_Tag die_tag; local
353 const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &die_tag);
358 create_die_object(parse_context, die, parent_obj, die_tag);
370 assert(cu_die_ == NULL && die_tag == DW_TAG_compile_unit);
371 if (cu_die_ == NULL && die_tag != DW_TAG_compile_unit) {

Completed in 15 milliseconds