Home
last modified time | relevance | path

Searched refs:expandOutputSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp181 void LinkerScript::expandOutputSection(uint64_t size) { in expandOutputSection() function in LinkerScript
211 expandOutputSection(val - dot); in setDot()
1253 expandOutputSection(data->size); in assignOffsets()
1274 expandOutputSection(dot - pos); in assignOffsets()
1281 expandOutputSection(alignToPowerOf2(dot, ctx.arg.commonPageSize) - dot); in assignOffsets()
H A DLinkerScript.h326 void expandOutputSection(uint64_t size);