Searched defs:ELFConfig (Results 1 – 5 of 5) sorted by relevance
18 struct ELFConfig { struct19 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;
286 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()
103 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local124 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
592 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local1276 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseStripOptions() local
41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local