Home
last modified time | relevance | path

Searched refs:ChangeSectionLMAValAll (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp29 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp825 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h263 int64_t ChangeSectionLMAValAll = 0; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp973 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()