Searched refs:pshTrailer (Results 1 – 1 of 1) sorted by relevance
1008 …GFDBlockRelocationHeader *pshTrailer = (GFDBlockRelocationHeader *) malloc( sizeof(GFDBlockRelocat… in GFDCreateBlockRelocateHeaderPSH() local1009 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()[all …]