Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp688 aether = make<OutputSection>("", 0, SHF_ALLOC); in processSymbolAssignments()
689 aether->sectionIndex = 1; in processSymbolAssignments()
696 st.outSec = aether; in processSymbolAssignments()
1358 st.outSec = aether; in assignAddresses()
H A DLinkerScript.h310 OutputSection *aether; variable