Searched defs:ELFConfig (Results 1 – 5 of 5) sorted by relevance
21 struct ELFConfig { struct22 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;28 std::function<uint64_t(uint64_t)> EntryExpr;30 bool AllowBrokenLinks = false;31 bool KeepFileSymbols = false;32 bool LocalizeHidden = false;
104 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local125 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local
608 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local1260 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseStripOptions() local
41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local
270 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols()370 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections()600 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()771 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()786 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()804 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()