Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h587 BASE_RELOCATION_TABLE, enumerator
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp481 PH.DataDirectories[COFF::BASE_RELOCATION_TABLE]); in mapping()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp1469 dir[BASE_RELOCATION_TABLE].RelativeVirtualAddress = relocSec->getRVA(); in writeHeader()
1470 dir[BASE_RELOCATION_TABLE].Size = relocSec->getVirtualSize(); in writeHeader()
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp652 getDataDirectory(COFF::BASE_RELOCATION_TABLE); in initBaseRelocPtr()