Home | History | Annotate | Download | only in Mips

Lines Matching refs:ELF

18 #include "llvm/Support/ELF.h"
32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
33 ELF::SHF_WRITE |ELF::SHF_ALLOC,
37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
38 ELF::SHF_WRITE |ELF::SHF_ALLOC,
46 ELF::SHT_MIPS_OPTIONS,
47 ELF::SHF_ALLOC |ELF::SHF_MIPS_NOSTRIP,
52 ELF::SHT_MIPS_REGINFO,
53 ELF::SHF_ALLOC,
116 // Otherwise, we work the same as ELF.