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

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 187 : tag(t), has_children(hc), has_sibling_attribute(false), attributes()
203 bool has_sibling_attribute : 1; member in struct:gold::Dwarf_abbrev_table::Abbrev_code
524 has_sibling_attribute() const function in class:gold::Dwarf_die
527 return this->abbrev_code_->has_sibling_attribute;
    [all...]
dwarf_reader.cc 284 entry->has_sibling_attribute = true;
    [all...]

Completed in 194 milliseconds