Searched defs:ELF (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DELF.h1 //===- ELF.h --------------------------------------------------------------===//
13 namespace ELF { namespace in namespace:mcld
25 } // namespace ELF
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h42 * to emit binaries in native object format, such as ELF or MachO.
46 enum ObjectFormat { ELF, MachO, COFF }; enumerator in enum:mcld::IRBuilder::ObjectFormat
125 /// file. So far, MCLinekr only supports ELF object format, but it will
216 /// value is format-dependent. In ELF, the value is
218 /// @param pFlag [in] The format-dependent flag. In ELF, the value is
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES }; enumerator in enum:mcld::hash::Type
99 /** \class StringHash<ELF>
100 * \brief ELF hash function.
103 struct StringHash<ELF>
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp34 #include <llvm/Support/ELF.h>
71 if (llvm::ELF::R_MIPS_26 != pType)
225 uint64_t picFlags = llvm::ELF::EF_MIPS_CPIC;
227 picFlags |= llvm::ELF::EF_MIPS_PIC;
230 picFlags |= llvm::ELF::EF_MIPS_PIC;
307 namespace ELF { namespace in namespace:llvm
333 } // namespace ELF
350 if (pSD.getSection().type() == llvm::ELF::SHT_MIPS_OPTIONS) {
356 const llvm::ELF::Elf_Options* optb =
357 reinterpret_cast<const llvm::ELF
[all...]
H A DMipsRelocator.cpp20 #include <llvm/Support/ELF.h>
23 namespace ELF { namespace in namespace:llvm
32 } // namespace ELF
43 if (llvm::ELF::R_MIPS_NONE == pType)
47 llvm::ELF::R_MIPS_NONE != (type & 0xff);
62 if (pIsRel && (type() < llvm::ELF::R_MIPS_LA25_LUI ||
63 type() > llvm::ELF::R_MIPS_LA25_ADD))
69 bool isNone() const { return llvm::ELF::R_MIPS_NONE == type(); }
71 bool isLast() const { return llvm::ELF::R_MIPS_NONE == (m_Type >> 8); }
200 if ((pSection.getLink()->flag() & llvm::ELF
[all...]

Completed in 352 milliseconds