Lines Matching refs:fileOff
72 uint64_t fileOff = 0; member in __anonf5f323350111::Writer
103 c->rebase_off = rebaseSection->fileOff; in writeTo()
107 c->bind_off = bindingSection->fileOff; in writeTo()
111 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
115 c->lazy_bind_off = lazyBindingSection->fileOff; in writeTo()
119 c->export_off = exportSection->fileOff; in writeTo()
167 c->dataoff = functionStartsSection->fileOff; in writeTo()
186 c->dataoff = dataInCodeSection->fileOff; in writeTo()
214 c->indirectsymoff = indirectSymtabSection->fileOff; in writeTo()
241 c->fileoff = seg->fileOff; in writeTo()
262 sectHdr->offset = osec->fileOff; in writeTo()
288 in.stubs->fileOff + config->entry->stubsIndex * target->stubSize; in writeTo()
307 c->symoff = symtabSection->fileOff; in writeTo()
309 c->stroff = stringTableSection->fileOff; in writeTo()
577 c->dataoff = static_cast<uint32_t>(section->fileOff); in writeTo()
594 c->dataoff = section->fileOff; in writeTo()
611 c->dataoff = section->fileOff; in writeTo()
1089 fileOff = alignToPowerOf2(fileOff, pageSize); in finalizeAddresses()
1092 seg->fileSize = fileOff - seg->fileOff; in finalizeAddresses()
1122 linkEditSegment->fileSize = fileOff - linkEditSegment->fileOff; in finalizeLinkEditSegment()
1126 seg->fileOff = fileOff; in assignAddresses()
1132 fileOff = alignToPowerOf2(fileOff, osec->align); in assignAddresses()
1134 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
1139 fileOff += osec->getFileSize(); in assignAddresses()
1145 FileOutputBuffer::create(config->outputFile, fileOff, in openFile()
1162 osec->writeTo(buf + osec->fileOff); in writeSections()
1220 uint8_t *buf = buffer->getBufferStart() + oseg->fileOff; in buildFixupChains()