Lines Matching full:offset_
61 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
64 return w_->RawSlotAt<T>(offset_);
68 *w_->RawSlotAt<T>(offset_) = value;
72 return Slot<T>(w_, offset_ + sizeof(T) * i);
77 uintptr_t offset_;
393 offset_(offset),
401 header->offset = offset_;
408 uintptr_t offset_;
417 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) {
430 offset_ = writer_->position();
442 header->offset = offset_;
458 uintptr_t offset_;