Searched refs:offset_from_section_start_ (Results 1 – 2 of 2) sorted by relevance
60 : path_(path), offset_from_section_start_(offset), reader_(reader), in CompilationUnit()296 buffer_ = iter->second.first + offset_from_section_start_; in Start()297 buffer_length_ = iter->second.second - offset_from_section_start_; in Start()312 if (!handler_->StartCompilationUnit(offset_from_section_start_, in Start()424 + offset_from_section_start_); in ProcessAttribute()429 + offset_from_section_start_); in ProcessAttribute()434 + offset_from_section_start_); in ProcessAttribute()439 + offset_from_section_start_); in ProcessAttribute()445 + offset_from_section_start_); in ProcessAttribute()570 uint64_t absolute_offset = (dieptr - buffer_) + offset_from_section_start_; in ProcessDIEs()
516 uint64_t offset_from_section_start_; variable