Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.h85 Expr subalignExpr; variable
H A DLinkerScript.cpp634 if (osec->subalignExpr) { in processSectionCommands()
635 uint32_t subalign = osec->subalignExpr().getValue(); in processSectionCommands()
H A DScriptParser.cpp920 osec->subalignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()