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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h302 OutputSection *aether; member in class:lld::elf::final
H A DLinkerScript.cpp679 // sh_shndx should not be SHN_UNDEF or SHN_ABS. Create a dummy aether section
682 aether = make<OutputSection>("", 0, SHF_ALLOC);
683 aether->sectionIndex = 1;
690 st.outSec = aether;
1324 st.outSec = aether;

Completed in 121 milliseconds