Lines Matching refs:gshTrailer
1179 …GFDBlockRelocationHeader *gshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderGSH() local
1180 memset(gshTrailer, 0, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderGSH()
1181 gshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderGSH()
1182 gshTrailer->type = 0; in GFDCreateBlockRelocateHeaderGSH()
1183 gshTrailer->size = sizeof(GFDBlockRelocationHeader); in GFDCreateBlockRelocateHeaderGSH()
1188 …gshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderGSH()
1189 …gshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderGSH()
1190 …gshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderGSH()
1191 …gshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderGSH()
1192 …gshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderGSH()
1193 …gshTrailer->patchTableOffset = pOffset[oPatchTable] ; // offset of the patch table in t… in GFDCreateBlockRelocateHeaderGSH()
1195 pOffset[nE] = GFDAddDataTable(pDT, gshTrailer, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderGSH()
1199 free(gshTrailer); in GFDCreateBlockRelocateHeaderGSH()
1200 gshTrailer = NULL; in GFDCreateBlockRelocateHeaderGSH()