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
30 } // namespace of ELF
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h45 * to emit binaries in native object format, such as ELF or MachO.
51 ELF, enumerator in enum:mcld::IRBuilder::ObjectFormat
139 /// file. So far, MCLinekr only supports ELF object format, but it will
230 /// value is format-dependent. In ELF, the value is
232 /// @param pFlag [in] The format-dependent flag. In ELF, the value is
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h24 ELF, enumerator in enum:mcld::hash::Type
111 /** \class StringHash<ELF>
112 * \brief ELF hash function.
115 struct StringHash<ELF> : public std::unary_function<const llvm::StringRef&, uint32_t>
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp18 #include <llvm/Support/ELF.h>
74 if (llvm::ELF::R_MIPS_26 != pType)
234 uint64_t picFlags = llvm::ELF::EF_MIPS_CPIC;
236 picFlags |= llvm::ELF::EF_MIPS_PIC;
240 picFlags |= llvm::ELF::EF_MIPS_PIC;
328 namespace ELF { namespace in namespace:llvm
385 if (pSD.getSection().type() == llvm::ELF::SHT_MIPS_OPTIONS) {
391 const llvm::ELF::Elf_Options* optb =
392 reinterpret_cast<const llvm::ELF::Elf_Options*>(region.begin());
393 const llvm::ELF
[all...]
H A DMipsRelocator.cpp20 #include <llvm/Support/ELF.h>
23 namespace ELF { namespace in namespace:llvm
32 } // end namespace ELF
45 if (llvm::ELF::R_MIPS_NONE == pType)
49 llvm::ELF::R_MIPS_NONE != (type & 0xff); type >>= 8) {
64 if (pIsRel && (type() < llvm::ELF::R_MIPS_LA25_LUI ||
65 type() > llvm::ELF::R_MIPS_LA25_ADD))
73 return llvm::ELF::R_MIPS_NONE == type();
78 return llvm::ELF::R_MIPS_NONE == (m_Type >> 8);
242 if (0 == (pSection.getLink()->flag() & llvm::ELF
[all...]

Completed in 162 milliseconds