Searched refs:vshTrailer (Results 1 – 1 of 1) sorted by relevance
838 …GFDBlockRelocationHeader *vshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderVSH() local839 memset(vshTrailer, 0, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderVSH()840 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderVSH()841 vshTrailer->type = 0; in GFDCreateBlockRelocateHeaderVSH()842 vshTrailer->size = sizeof(GFDBlockRelocationHeader); in GFDCreateBlockRelocateHeaderVSH()847 …vshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderVSH()848 …vshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderVSH()849 …vshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderVSH()850 …vshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderVSH()851 …vshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderVSH()[all …]