Lines Matching refs:pshTrailer
1008 …GFDBlockRelocationHeader *pshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderPSH() local
1009 memset(pshTrailer, 0, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderPSH()
1010 pshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderPSH()
1011 pshTrailer->type = 0; in GFDCreateBlockRelocateHeaderPSH()
1012 pshTrailer->size = sizeof(GFDBlockRelocationHeader); in GFDCreateBlockRelocateHeaderPSH()
1017 …pshTrailer->dataSize = GFDCleanTag(pOffset[oPatchTable]) - GFDCleanTag(pOffset[oMain… in GFDCreateBlockRelocateHeaderPSH()
1018 …pshTrailer->dataOffset = pOffset[oMain]; // offset of the main data sectio… in GFDCreateBlockRelocateHeaderPSH()
1019 …pshTrailer->stringTableCharNumber = pStrTable->m_nDB; // number of characters in the st… in GFDCreateBlockRelocateHeaderPSH()
1020 …pshTrailer->stringTableOffset = pOffset[oStringTable]; // offset of string table in this… in GFDCreateBlockRelocateHeaderPSH()
1021 …pshTrailer->patchTableOffsetNumber = nE; // number of offsets in the patch… in GFDCreateBlockRelocateHeaderPSH()
1022 …pshTrailer->patchTableOffset = pOffset[oPatchTable] ; // offset of the patch table in t… in GFDCreateBlockRelocateHeaderPSH()
1024 pOffset[nE] = GFDAddDataTable(pDT, pshTrailer, sizeof(GFDBlockRelocationHeader)); in GFDCreateBlockRelocateHeaderPSH()
1028 free(pshTrailer); in GFDCreateBlockRelocateHeaderPSH()
1029 pshTrailer = NULL; in GFDCreateBlockRelocateHeaderPSH()