Home
last modified time | relevance | path

Searched refs:maxPageSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1486 ctx, g() % ctx.arg.maxPageSize, os)); in randomizeSectionPadding()
2558 return alignToPowerOf2(ctx.script->getDot(), ctx.arg.maxPageSize); in fixSectionAlignments()
2575 return alignToPowerOf2(ctx.script->getDot(), ctx.arg.maxPageSize) + in fixSectionAlignments()
2576 alignToPowerOf2(ctx.script->getDot() % ctx.arg.maxPageSize, in fixSectionAlignments()
2581 return alignToPowerOf2(ctx.script->getDot(), ctx.arg.maxPageSize) + in fixSectionAlignments()
2582 ctx.script->getDot() % ctx.arg.maxPageSize; in fixSectionAlignments()
2673 off = alignToPowerOf2(off, ctx.arg.maxPageSize); in assignFileOffsets()
2975 ctx.arg.maxPageSize)); in writeTrapInstr()
2986 last->p_filesz = alignToPowerOf2(last->p_filesz, ctx.arg.maxPageSize); in writeTrapInstr()
H A DConfig.h445 uint64_t maxPageSize; member
H A DLinkerScript.cpp1492 base = alignDown(min, ctx.arg.maxPageSize); in allocateHeaders()
1494 min = alignDown(min - headerSize, ctx.arg.maxPageSize); in allocateHeaders()
H A DScriptParser.cpp1339 return [&ctx = this->ctx] { return ctx.arg.maxPageSize; }; in readConstant()
1574 return alignToPowerOf2(ctx.script->getDot(), ctx.arg.maxPageSize); in readPrimary()
H A DDriver.cpp2257 if (val > ctx.arg.maxPageSize) in getCommonPageSize()
2258 val = ctx.arg.maxPageSize; in getCommonPageSize()
2276 if ((v % ctx.arg.maxPageSize) != 0) in getImageBase()
3410 ctx.arg.maxPageSize = getMaxPageSize(ctx, args); in link()
H A DSyntheticSections.h1479 : p_align(type == llvm::ELF::PT_LOAD ? ctx.arg.maxPageSize : 0), in PhdrEntry()
H A DSyntheticSections.cpp4889 std::make_unique<BssSection>(ctx, ".part.end", ctx.arg.maxPageSize, 1); in createSyntheticSections()