Lines Matching full:startoff
3198 off_t startoff = this->offset();
3199 off_t off = startoff + this->first_input_offset_;
3205 p->set_address_and_file_offset(address + (off - startoff), off,
3206 startoff);
3209 data_size = off - startoff;
4522 off_t startoff = *poff;
4525 off_t maxoff = startoff;
4527 off_t off = startoff;
4577 (*p)->set_address_and_file_offset(addr + (off - startoff), off);
4584 off = layout->allocate(current_size, align, startoff);
4592 (*p)->set_address_and_file_offset(addr + (off - startoff), off);
4612 if ((*p)->address() >= addr + (off - startoff))
4613 off += (*p)->address() - (addr + (off - startoff));
4624 static_cast<unsigned long long>(addr + (off - startoff));
4667 return addr + (maxoff - startoff);