Searched refs:offset_from_section_start_ (Results 1 – 2 of 2) sorted by relevance
76 : path_(path), offset_from_section_start_(offset), reader_(reader), in CompilationUnit()397 buffer_ = iter->second.first + offset_from_section_start_; in Start()403 buffer_length_ = iter->second.second - offset_from_section_start_; in Start()419 if (!handler_->StartCompilationUnit(offset_from_section_start_, in Start()721 + offset_from_section_start_); in ProcessAttribute()726 + offset_from_section_start_); in ProcessAttribute()731 + offset_from_section_start_); in ProcessAttribute()736 + offset_from_section_start_); in ProcessAttribute()742 + offset_from_section_start_); in ProcessAttribute()945 uint64_t absolute_offset = (dieptr - buffer_) + offset_from_section_start_; in ProcessDIEs()
686 uint64_t offset_from_section_start_; variable