Home | History | Annotate | Download | only in src

Lines Matching refs:writer_

442       : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) {
454 writer_ = w;
455 offset_ = writer_->position();
462 writer_ = NULL;
466 ASSERT(writer_ == NULL);
475 writer_->Write(*str);
481 Writer* writer_;