Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp113 static Error executeObjcopyOnRawBinary(ConfigManager &ConfigMgr, in executeObjcopyOnRawBinary() function
128 return elf::executeObjcopyOnRawBinary(Config, *ELFConfig, In, Out); in executeObjcopyOnRawBinary()
161 return executeObjcopyOnRawBinary(ConfigMgr, *MemoryBufferHolder, in executeObjcopy()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h38 Error executeObjcopyOnRawBinary(const CommonConfig &Config,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp804 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary() function in objcopy::elf