Home
last modified time | relevance | path

Searched refs:ElfType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp115 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType()
128 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType()
138 ElfType OutputElfType) { in createELFWriter()
159 ElfType OutputElfType) { in createWriter()
665 raw_ostream &Out, ElfType OutputElfType) { in writeOutput()
681 const ElfType OutputElfType = in executeObjcopyOnIHex()
700 const ElfType OutputElfType = in executeObjcopyOnRawBinary()
716 const ElfType OutputElfType = in executeObjcopyOnBinary()
H A DObject.h71 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum