Searched refs:fileOff (Results 1 – 7 of 7) sorted by relevance
71 uint64_t fileOff = 0; member in __anoneb56ad3f0111::Writer102 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()[all …]
67 if (*off < seg->fileOff || *off >= seg->fileOff + seg->fileSize) in offsetToInputSection()73 if (*off < sections[osecIdx]->fileOff) in offsetToInputSection()79 *off -= osec->fileOff; in offsetToInputSection()
90 uint64_t fileOff = 0; variable
50 uint64_t fileOff = 0; variable
1568 return (fileOff + blockSize - 1) / blockSize; in getBlockCount()1578 uint8_t *hashes = buf + fileOff + allHeadersSize; in writeHashes()1581 std::min(static_cast<size_t>(fileOff - i * blockSize), blockSize), in writeHashes()1595 msync(buf, fileOff + getSize(), MS_INVALIDATE); in writeHashes()1621 write32be(&codeDirectory->codeLimit, fileOff); in writeTo()1632 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1415 uint64_t fileOff = fileSize; in createSymbolAndStringTable() local1416 pointerToSymbolTable = fileOff; in createSymbolAndStringTable()1417 fileOff += outputSymtab.size() * sizeof(coff_symbol16); in createSymbolAndStringTable()1418 fileOff += 4 + strtab.size(); in createSymbolAndStringTable()1419 fileSize = alignTo(fileOff, ctx.config.fileAlign); in createSymbolAndStringTable()
654 buf = outBuf + section->outSecOff + section->parent->fileOff; in applyOptimizationHints()