Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h584 BASE_RELOCATION_TABLE, enumerator
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp1244 Dir[BASE_RELOCATION_TABLE].RelativeVirtualAddress = RelocSec->getRVA(); in writeHeader()
1245 Dir[BASE_RELOCATION_TABLE].Size = RelocSec->getVirtualSize(); in writeHeader()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp473 PH.DataDirectories[COFF::BASE_RELOCATION_TABLE]); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp607 if (getDataDirectory(COFF::BASE_RELOCATION_TABLE, DataEntry)) in initBaseRelocPtr()