Lines Matching full:fileoff
58 uint64_t fileOff = 0; member in __anon898e87d60111::Writer
85 c->rebase_off = rebaseSection->fileOff; in writeTo()
89 c->bind_off = bindingSection->fileOff; in writeTo()
93 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
97 c->lazy_bind_off = lazyBindingSection->fileOff; in writeTo()
101 c->export_off = exportSection->fileOff; in writeTo()
133 c->indirectsymoff = indirectSymtabSection->fileOff; in writeTo()
157 c->fileoff = seg->fileOff; in writeTo()
171 assert(osec->fileOff >= seg->fileOff); in writeTo()
173 c->filesize, osec->fileOff + osec->getFileSize() - seg->fileOff); in writeTo()
186 sectHdr->offset = osec->fileOff; in writeTo()
210 in.stubs->fileOff + config->entry->stubsIndex * target->stubSize; in writeTo()
229 c->symoff = symtabSection->fileOff; in writeTo()
231 c->stroff = stringTableSection->fileOff; in writeTo()
628 fileOff = alignTo(fileOff, PageSize); in assignAddresses()
629 seg->fileOff = fileOff; in assignAddresses()
635 fileOff = alignTo(fileOff, osec->align); in assignAddresses()
637 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
641 fileOff += osec->getFileSize(); in assignAddresses()
647 FileOutputBuffer::create(config->outputFile, fileOff, in openFile()
661 osec->writeTo(buf + osec->fileOff); in writeSections()