Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp136 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType()
149 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType()
159 ElfType OutputElfType) { in createELFWriter()
180 ElfType OutputElfType) { in createWriter()
682 ElfType OutputElfType, Object &Obj) { in handleArgs()
880 raw_ostream &Out, ElfType OutputElfType) { in writeOutput()
896 const ElfType OutputElfType = in executeObjcopyOnIHex()
914 const ElfType OutputElfType = in executeObjcopyOnRawBinary()
931 const ElfType OutputElfType = Config.OutputArch in executeObjcopyOnBinary()
H A DELFObject.h71 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum