Searched refs:ElfType (Results 1 – 2 of 2) sorted by relevance
131 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType()144 static ElfType getOutputElfType(const MachineInfo &MI) { in getOutputElfType()154 ElfType OutputElfType) { in createELFWriter()175 ElfType OutputElfType) { in createWriter()785 ElfType OutputElfType, Object &Obj) { in handleArgs()1038 raw_ostream &Out, ElfType OutputElfType) { in writeOutput()1054 const ElfType OutputElfType = in executeObjcopyOnIHex()1072 const ElfType OutputElfType = in executeObjcopyOnRawBinary()1089 const ElfType OutputElfType = Config.OutputArch in executeObjcopyOnBinary()
71 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum