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

  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 56 : offset_from_section_start_(offset), reader_(reader),
262 buffer_ = iter->second.first + offset_from_section_start_;
263 buffer_length_ = iter->second.second - offset_from_section_start_;
278 if (!handler_->StartCompilationUnit(offset_from_section_start_,
370 + offset_from_section_start_);
375 + offset_from_section_start_);
380 + offset_from_section_start_);
385 + offset_from_section_start_);
391 + offset_from_section_start_);
484 uint64 absolute_offset = (dieptr - buffer_) + offset_from_section_start_;
    [all...]
dwarf2reader.h 295 uint64 offset_from_section_start_; member in class:dwarf2reader::CompilationUnit
    [all...]

Completed in 186 milliseconds