Searched refs:coff_dynamic_relocation64 (Results 1 – 3 of 3) sorted by relevance
1250 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()
1942 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()
859 struct coff_dynamic_relocation64 { struct