Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFConfig.h18 struct ELFConfig { struct
19 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
25 std::function<uint64_t(uint64_t)> EntryExpr;
27 bool AllowBrokenLinks = false;
28 bool KeepFileSymbols = false;
29 bool LocalizeHidden = false;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp286 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols()
386 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections()
616 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
790 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()
805 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()
823 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp103 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local
124 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
H A DObjcopyOptions.cpp592 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local
1276 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseStripOptions() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local