Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp135 ElfType OutputElfType) { in createELFWriter() argument
137 switch (OutputElfType) { in createELFWriter()
156 ElfType OutputElfType) { in createWriter() argument
163 return createELFWriter(Config, Obj, Out, OutputElfType); in createWriter()
761 raw_ostream &Out, ElfType OutputElfType) { in writeOutput() argument
763 createWriter(Config, Obj, Out, OutputElfType); in writeOutput()
777 const ElfType OutputElfType = in executeObjcopyOnIHex() local
781 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnIHex()
795 const ElfType OutputElfType = in executeObjcopyOnRawBinary() local
799 return writeOutput(Config, **Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
[all …]