Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp171 void LinkerScript::expandOutputSection(uint64_t size) { in expandOutputSection() function in LinkerScript
190 expandOutputSection(val - dot); in setDot()
1118 expandOutputSection(data->size); in assignOffsets()
1139 expandOutputSection(dot - pos); in assignOffsets()
1146 expandOutputSection(alignToPowerOf2(dot, config->commonPageSize) - dot); in assignOffsets()
H A DLinkerScript.h296 void expandOutputSection(uint64_t size);