Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp2203 if (BssSection *commonSec = getCommonSec(ent.sym)) in writeTo() local
2204 eSym->st_value = commonSec->alignment; in writeTo()