Lines Matching refs:fileOff
71 uint64_t fileOff = 0; member in __anoneb56ad3f0111::Writer
102 c->rebase_off = rebaseSection->fileOff; in writeTo()
106 c->bind_off = bindingSection->fileOff; in writeTo()
110 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()
114 c->lazy_bind_off = lazyBindingSection->fileOff; in writeTo()
118 c->export_off = exportSection->fileOff; in writeTo()
166 c->dataoff = functionStartsSection->fileOff; in writeTo()
185 c->dataoff = dataInCodeSection->fileOff; in writeTo()
213 c->indirectsymoff = indirectSymtabSection->fileOff; in writeTo()
240 c->fileoff = seg->fileOff; in writeTo()
261 sectHdr->offset = osec->fileOff; in writeTo()
287 in.stubs->fileOff + config->entry->stubsIndex * target->stubSize; in writeTo()
306 c->symoff = symtabSection->fileOff; in writeTo()
308 c->stroff = stringTableSection->fileOff; in writeTo()
576 c->dataoff = static_cast<uint32_t>(section->fileOff); in writeTo()
593 c->dataoff = section->fileOff; in writeTo()
610 c->dataoff = section->fileOff; in writeTo()
1105 fileOff = alignToPowerOf2(fileOff, pageSize); in finalizeAddresses()
1108 seg->fileSize = fileOff - seg->fileOff; in finalizeAddresses()
1136 linkEditSegment->fileSize = fileOff - linkEditSegment->fileOff; in finalizeLinkEditSegment()
1140 seg->fileOff = fileOff; in assignAddresses()
1146 fileOff = alignToPowerOf2(fileOff, osec->align); in assignAddresses()
1148 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
1153 fileOff += osec->getFileSize(); in assignAddresses()
1159 FileOutputBuffer::create(config->outputFile, fileOff, in openFile()
1178 osec->writeTo(buf + osec->fileOff); in writeSections()
1233 uint8_t *buf = buffer->getBufferStart() + oseg->fileOff; in buildFixupChains()