Home
last modified time | relevance | path

Searched refs:coff_dynamic_relocation64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1250 size = sizeof(coff_dynamic_reloc_table) + sizeof(coff_dynamic_relocation64); in finalize()
1280 table->Size = sizeof(coff_dynamic_relocation64); in writeTo()
1283 auto header = reinterpret_cast<coff_dynamic_relocation64 *>(buf); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1942 auto H = reinterpret_cast<const coff_dynamic_relocation64 *>(Header); in moveNext()
1965 auto H = reinterpret_cast<const coff_dynamic_relocation64 *>(Header); in getType()
1990 auto H = reinterpret_cast<const coff_dynamic_relocation64 *>(Header); in getContents()
2015 HeaderSize = Obj->is64() ? sizeof(coff_dynamic_relocation64) in validate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h859 struct coff_dynamic_relocation64 { struct