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

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp169 void LinkerScript::expandOutputSection(uint64_t size) { function in class:LinkerScript
189 expandOutputSection(val - dot);
1071 expandOutputSection(data->size);
1088 expandOutputSection(dot - pos);
1095 expandOutputSection(alignToPowerOf2(dot, config->commonPageSize) - dot);
H A DLinkerScript.h284 void expandOutputSection(uint64_t size);

Completed in 60 milliseconds