Searched refs:ChangeSectionLMAValAll (Results 1 – 4 of 4) sorted by relevance
29 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0 || in getCOFFConfig()50 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0 || in getMachOConfig()71 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0 || in getWasmConfig()101 Common.ChangeSectionLMAValAll != 0 || in getXCOFFConfig()
825 if (Config.ChangeSectionLMAValAll != 0) { in handleArgs()828 if (Config.ChangeSectionLMAValAll > 0 && in handleArgs()830 Config.ChangeSectionLMAValAll) { in handleArgs()835 Twine::utohexstr(Config.ChangeSectionLMAValAll) + in handleArgs()837 } else if (Config.ChangeSectionLMAValAll < 0 && in handleArgs()839 Config.ChangeSectionLMAValAll) { in handleArgs()844 Twine::utohexstr(std::abs(Config.ChangeSectionLMAValAll)) + in handleArgs()847 Seg.PAddr += Config.ChangeSectionLMAValAll; in handleArgs()
263 int64_t ChangeSectionLMAValAll = 0; member
973 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()