Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h602 BASE_RELOCATION_TABLE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp483 PH.DataDirectories[COFF::BASE_RELOCATION_TABLE]); in mapping()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1713 dir[BASE_RELOCATION_TABLE].RelativeVirtualAddress = relocSec->getRVA(); in writeHeader()
1714 dir[BASE_RELOCATION_TABLE].Size = relocSec->getVirtualSize(); in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp652 getDataDirectory(COFF::BASE_RELOCATION_TABLE); in initBaseRelocPtr()