reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/AArch64.cpp
   72   defaultImageBase = 0x200000;
tools/lld/ELF/Arch/PPC.cpp
  154   defaultImageBase = 0x10000000;
tools/lld/ELF/Arch/PPC64.cpp
  324   defaultImageBase = 0x10000000;
tools/lld/ELF/Arch/SPARCV9.cpp
   47   defaultImageBase = 0x100000;
tools/lld/ELF/Arch/X86.cpp
   66   defaultImageBase = 0x400000;
tools/lld/ELF/Arch/X86_64.cpp
   70   defaultImageBase = 0x200000;
tools/lld/ELF/Target.cpp
  183   return config->isPic ? 0 : defaultImageBase;