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

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 652 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(),
912 this->child_offset_ = this->die_offset_ + (pattr - pdie);
1168 if (this->child_offset_ == 0)
1169 this->child_offset_ = this->skip_attributes();
1170 return this->child_offset_;
    [all...]
dwarf_reader.h 653 off_t child_offset_; member in class:gold::Dwarf_die
    [all...]

Completed in 40 milliseconds