Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp859 aether = std::make_unique<OutputSection>(ctx, "", 0, SHF_ALLOC); in processSymbolAssignments()
860 aether->sectionIndex = 1; in processSymbolAssignments()
867 st.outSec = aether.get(); in processSymbolAssignments()
1541 st.outSec = aether.get(); in assignAddresses()
H A DLinkerScript.h352 std::unique_ptr<OutputSection> aether; variable