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

References

lib/Object/COFFObjectFile.cpp
  605   if (getDataDirectory(COFF::BASE_RELOCATION_TABLE, DataEntry))
lib/ObjectYAML/COFFYAML.cpp
  475                  PH.DataDirectories[COFF::BASE_RELOCATION_TABLE]);
tools/lld/COFF/Writer.cpp
 1400     dir[BASE_RELOCATION_TABLE].RelativeVirtualAddress = relocSec->getRVA();
 1401     dir[BASE_RELOCATION_TABLE].Size = relocSec->getVirtualSize();