Home
last modified time | relevance | path

Searched defs:ELFConfig (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFConfig.h21 struct ELFConfig { struct
22 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
H A DELFObjcopy.cpp564 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
723 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()
738 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()
756 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp138 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local
159 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
174 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local
H A DConfigManager.cpp686 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local