Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFConfig.h19 struct ELFConfig { struct
20 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
22 std::vector<std::pair<NameMatcher, uint8_t>> SymbolsToSetVisibility;
28 std::function<uint64_t(uint64_t)> EntryExpr;
30 bool AllowBrokenLinks = false;
31 bool KeepFileSymbols = false;
32 bool LocalizeHidden = false;
33 bool VerifyNoteSections = true;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp305 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols()
417 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections()
681 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
889 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()
904 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()
922 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp103 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local
125 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
H A DObjcopyOptions.cpp648 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local
1432 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseStripOptions() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local