Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.h29 Error executeObjcopyOnRawBinary(const CommonConfig &Config,
DELFObjcopy.cpp737 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary() function in objcopy::elf
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp148 static Error executeObjcopyOnRawBinary(ConfigManager &ConfigMgr, in executeObjcopyOnRawBinary() function
163 return elf::executeObjcopyOnRawBinary(Config, *ELFConfig, In, Out); in executeObjcopyOnRawBinary()
341 return executeObjcopyOnRawBinary(ConfigMgr, *MemoryBufferHolder, in executeObjcopy()