Home | History | Annotate | Download | only in Target

Lines Matching refs:ELF

15 #include <llvm/Support/ELF.h>
71 // Based on Kind in LDFileFormat to define basic section orders for ELF, and
141 /// The return value of machine() it the same as e_machine in the ELF header*/
146 { return llvm::ELF::EV_CURRENT; }
162 /// In ELF executable files, regular name pools are .symtab, .strtab.,
208 /// emitProgramHdrs - emit ELF program headers
241 uint32_t flag = llvm::ELF::PF_R;
242 if (0 != (pSectionFlag & llvm::ELF::SHF_WRITE))
243 flag |= llvm::ELF::PF_W;
244 if (0 != (pSectionFlag & llvm::ELF::SHF_EXECINSTR))
245 flag |= llvm::ELF::PF_X;
297 // ----- ELF segment factory ----- //
300 // ----- ELF special sections ----- //