Lines Matching refs:vshTrailer

838 …GFDBlockRelocationHeader *vshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat…  in GFDCreateBlockRelocateHeaderVSH()  local
839 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()
847vshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderVSH()
848vshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderVSH()
849vshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderVSH()
850vshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderVSH()
851vshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderVSH()
852vshTrailer->patchTableOffset = pOffset[oPatchTable] ; // offset of the patch table in t… in GFDCreateBlockRelocateHeaderVSH()
854 pOffset[nE] = GFDAddDataTable(pDT, vshTrailer, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderVSH()
858 free(vshTrailer); in GFDCreateBlockRelocateHeaderVSH()
859 vshTrailer = NULL; in GFDCreateBlockRelocateHeaderVSH()
1377 …GFDBlockRelocationHeader *vshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderCSH() local
1378 if ( !vshTrailer ) in GFDCreateBlockRelocateHeaderCSH()
1383 memset(vshTrailer, 0, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderCSH()
1384 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderCSH()
1385 vshTrailer->type = 0; in GFDCreateBlockRelocateHeaderCSH()
1386 vshTrailer->size = sizeof(GFDBlockRelocationHeader); in GFDCreateBlockRelocateHeaderCSH()
1391vshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderCSH()
1392vshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderCSH()
1393vshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderCSH()
1394vshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderCSH()
1395vshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderCSH()
1396vshTrailer->patchTableOffset = pOffset[oPatchTable] ; // offset of the patch table in t… in GFDCreateBlockRelocateHeaderCSH()
1398 pOffset[nE] = GFDAddDataTable(pDT, vshTrailer, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderCSH()
1402 free(vshTrailer); in GFDCreateBlockRelocateHeaderCSH()
1403 vshTrailer = NULL; in GFDCreateBlockRelocateHeaderCSH()