Searched defs:ELFConfig (Results 1 – 5 of 5) sorted by relevance
20 struct ELFConfig { struct21 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;27 std::function<uint64_t(uint64_t)> EntryExpr;29 bool AllowBrokenLinks = false;30 bool KeepFileSymbols = false;31 bool LocalizeHidden = false;
269 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols()369 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections()599 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()770 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()785 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()803 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
104 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local125 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
623 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local1278 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseStripOptions() local
41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local