Searched refs:fileOff (Results 1 – 7 of 7) sorted by relevance
70 uint64_t fileOff = 0; member in __anoneb56ad3f0111::Writer101 c->rebase_off = rebaseSection->fileOff; in writeTo()105 c->bind_off = bindingSection->fileOff; in writeTo()109 c->weak_bind_off = weakBindingSection->fileOff; in writeTo()113 c->lazy_bind_off = lazyBindingSection->fileOff; in writeTo()117 c->export_off = exportSection->fileOff; in writeTo()165 c->dataoff = functionStartsSection->fileOff; in writeTo()184 c->dataoff = dataInCodeSection->fileOff; in writeTo()212 c->indirectsymoff = indirectSymtabSection->fileOff; in writeTo()239 c->fileoff = seg->fileOff; in writeTo()[all …]
92 if (*off < seg->fileOff || *off >= seg->fileOff + seg->fileSize) in offsetToInputSection()98 if (*off < sections[osecIdx]->fileOff) in offsetToInputSection()104 *off -= osec->fileOff; in offsetToInputSection()
91 uint64_t fileOff = 0; variable
50 uint64_t fileOff = 0; variable
1592 return (fileOff + blockSize - 1) / blockSize; in getBlockCount()1602 uint8_t *hashes = buf + fileOff + allHeadersSize; in writeHashes()1605 std::min(static_cast<size_t>(fileOff - i * blockSize), blockSize), in writeHashes()1619 msync(buf, fileOff + getSize(), MS_INVALIDATE); in writeHashes()1645 write32be(&codeDirectory->codeLimit, fileOff); in writeTo()1656 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1579 uint64_t fileOff = fileSize; in createSymbolAndStringTable() local1580 pointerToSymbolTable = fileOff; in createSymbolAndStringTable()1581 fileOff += outputSymtab.size() * sizeof(coff_symbol16); in createSymbolAndStringTable()1582 fileOff += strtab.getSize(); in createSymbolAndStringTable()1583 fileSize = alignTo(fileOff, ctx.config.fileAlign); in createSymbolAndStringTable()
651 buf = outBuf + section->outSecOff + section->parent->fileOff; in applyOptimizationHints()