Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp74 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType()
87 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType()
97 ElfType OutputElfType) { in createWriter()
172 StringRef File, ElfType OutputElfType) { in splitDWOToFile()
261 const Reader &Reader, ElfType OutputElfType) { in handleArgs()
541 const ElfType OutputElfType = getOutputElfType( in executeObjcopyOnRawBinary()
555 const ElfType OutputElfType = in executeObjcopyOnBinary()
H A DObject.h70 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum