Searched defs:ELFConfig (Results 1 – 3 of 3) sorted by relevance
30 struct ELFConfig { struct31 Optional<uint8_t> NewSymbolVisibility;32 std::vector<NewSymbolInfo> SymbolsToAdd;
510 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()674 const ELFConfig &ELFConfig, MemoryBuffer &In, in executeObjcopyOnIHex()689 const ELFConfig &ELFConfig, MemoryBuffer &In, in executeObjcopyOnRawBinary()708 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
144 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local165 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local180 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local