Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp113 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType()
126 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType()
136 ElfType OutputElfType) { in createELFWriter()
157 ElfType OutputElfType) { in createWriter()
762 raw_ostream &Out, ElfType OutputElfType) { in writeOutput()
778 const ElfType OutputElfType = in executeObjcopyOnIHex()
796 const ElfType OutputElfType = in executeObjcopyOnRawBinary()
813 const ElfType OutputElfType = in executeObjcopyOnBinary()
H A DELFObject.h71 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum