Searched refs:ElfType (Results 1 – 2 of 2) sorted by relevance
74 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()
70 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum