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.cpp736 aether = make<OutputSection>("", 0, SHF_ALLOC); in processSymbolAssignments()
737 aether->sectionIndex = 1; in processSymbolAssignments()
744 st.outSec = aether; in processSymbolAssignments()
1409 st.outSec = aether; in assignAddresses()
H A DLinkerScript.h323 OutputSection *aether; variable