Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2237 if (BssSection *commonSec = getCommonSec(sym)) { in writeTo() local
2241 eSym->st_value = commonSec->addralign; in writeTo()