Home | History | Annotate | Download | only in dwarf

Lines Matching full:absolute_offset

484     uint64 absolute_offset = (dieptr - buffer_) + offset_from_section_start_;
504 if (!handler_->StartDIE(absolute_offset, tag)) {
507 dieptr = ProcessDIE(absolute_offset, dieptr, abbrev);
511 die_stack.push(absolute_offset);
513 handler_->EndDIE(absolute_offset);