Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2265 if (BssSection *commonSec = getCommonSec(ent.sym)) in writeTo() local
2266 eSym->st_value = commonSec->alignment; in writeTo()