Searched defs:ELFConfig (Results 1 – 4 of 4) sorted by relevance
21 struct ELFConfig { struct22 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
564 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()723 const ELFConfig &ELFConfig, in executeObjcopyOnIHex()738 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary()756 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
138 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local159 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnRawBinary() local174 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local
686 ELFConfig &ELFConfig = ConfigMgr.ELF; in parseObjcopyOptions() local