Searched refs:ChangeSectionLMAValAll (Results 1 – 4 of 4) sorted by relevance
29 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0) in getCOFFConfig()51 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0) in getMachOConfig()71 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0) in getWasmConfig()100 Common.ChangeSectionLMAValAll != 0) { in getXCOFFConfig()
721 if (Config.ChangeSectionLMAValAll != 0) { in handleArgs()724 if (Config.ChangeSectionLMAValAll > 0 && in handleArgs()726 Config.ChangeSectionLMAValAll) { in handleArgs()731 Twine::utohexstr(Config.ChangeSectionLMAValAll) + in handleArgs()733 } else if (Config.ChangeSectionLMAValAll < 0 && in handleArgs()735 Config.ChangeSectionLMAValAll) { in handleArgs()740 Twine::utohexstr(std::abs(Config.ChangeSectionLMAValAll)) + in handleArgs()743 Seg.PAddr += Config.ChangeSectionLMAValAll; in handleArgs()
249 int64_t ChangeSectionLMAValAll = 0; member
874 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()