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.cpp169 void LinkerScript::expandOutputSection(uint64_t size) { in expandOutputSection() function in LinkerScript
189 expandOutputSection(val - dot); in setDot()
1071 expandOutputSection(data->size); in assignOffsets()
1088 expandOutputSection(dot - pos); in assignOffsets()
1095 expandOutputSection(alignToPowerOf2(dot, config->commonPageSize) - dot); in assignOffsets()
H A DLinkerScript.h284 void expandOutputSection(uint64_t size);