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.h25 struct ELFConfig { struct
26 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
28 std::vector<std::pair<NameMatcher, uint8_t>> SymbolsToSetVisibility;
34 std::function<uint64_t(uint64_t)> EntryExpr;
36 bool AllowBrokenLinks = false;
37 bool KeepFileSymbols = false;
38 bool LocalizeHidden = false;
39 bool VerifyNoteSections = true;
42 SmallVector<RemoveNoteInfo, 0> NotesToRemove;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp89 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local
111 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
H A DObjcopyOptions.cpp747 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local
1563 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseStripOptions() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp301 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols()
413 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections()
784 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
1047 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()
1062 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()
1080 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp37 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local