Searched defs:ELFConfig (Results 1 – 3 of 3) 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()
41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local