Lines Matching refs:chpx

46 	  fprintf (stderr, "%x (%d) ", *(upxf->upx.chpx.grpprl + i),  in wvAddCHPXFromBucket()
47 *(upxf->upx.chpx.grpprl + i)); in wvAddCHPXFromBucket()
55 sprm = bread_16ubit (upxf->upx.chpx.grpprl + i, &i); in wvAddCHPXFromBucket()
59 pointer = upxf->upx.chpx.grpprl + i; in wvAddCHPXFromBucket()
66 wvApplyCHPXFromBucket (CHP * achp, CHPX * chpx, STSH * stsh) in wvApplyCHPXFromBucket() argument
73 while (i < chpx->cbGrpprl) in wvApplyCHPXFromBucket()
75 fprintf (stderr, "%x (%d) ", *(chpx->grpprl + i), in wvApplyCHPXFromBucket()
76 *(chpx->grpprl + i)); in wvApplyCHPXFromBucket()
82 while (i < chpx->cbGrpprl) in wvApplyCHPXFromBucket()
84 sprm = bread_16ubit (chpx->grpprl + i, &i); in wvApplyCHPXFromBucket()
86 pointer = chpx->grpprl + i; in wvApplyCHPXFromBucket()
90 achp->istd = chpx->istd; in wvApplyCHPXFromBucket()
106 fprintf (stderr, "%x (%d) ", *(upxf->upx.chpx.grpprl + i), in wvAddCHPXFromBucket6()
107 *(upxf->upx.chpx.grpprl + i)); in wvAddCHPXFromBucket6()
115 sprm8 = bread_8ubit (upxf->upx.chpx.grpprl + i, &i); in wvAddCHPXFromBucket6()
124 pointer = upxf->upx.chpx.grpprl + i; in wvAddCHPXFromBucket6()
173 grupe[0].chpx), stsh); in wvInitCHPFromIstd()
433 wvInitCHPXFromIstd (CHPX * chpx, U16 istdBase, STSH * stsh) in wvInitCHPXFromIstd() argument
436 wvInitCHPX (chpx); in wvInitCHPXFromIstd()
444 wvInitCHPX (chpx); /*it can't hurt to try and start with a blank istd */ in wvInitCHPXFromIstd()
448 wvCopyCHPX (chpx, &(stsh->std[istdBase].grupe[0].chpx)); in wvInitCHPXFromIstd()
552 pointer = src->upx.chpx.grpprl; in wvMergeCHPXFromBucket()
566 wvTrace (("p dis is %d\n", pointer - src->upx.chpx.grpprl)); in wvMergeCHPXFromBucket()
634 pointer = src->upx.chpx.grpprl; in wvUpdateCHPXBucket()
637 wvTrace (("%x\n", src->upx.chpx.grpprl[i])); in wvUpdateCHPXBucket()
652 wvTrace (("Mp dis is %d\n", pointer - src->upx.chpx.grpprl)); in wvUpdateCHPXBucket()
665 pointer = src->upx.chpx.grpprl; in wvUpdateCHPXBucket()
678 wvFree (src->upx.chpx.grpprl); in wvUpdateCHPXBucket()
679 src->upx.chpx.grpprl = grpprl; in wvUpdateCHPXBucket()
682 wvTrace (("%x\n", src->upx.chpx.grpprl[i])); in wvUpdateCHPXBucket()
695 CHPX *chpx; in wvAssembleSimpleCHP() local
723 chpx = &(fkp->grpchpx[index - 1]); in wvAssembleSimpleCHP()
726 if ((chpx) && (chpx->cbGrpprl > 0)) in wvAssembleSimpleCHP()
730 upxf.cbUPX = chpx->cbGrpprl; in wvAssembleSimpleCHP()
731 upxf.upx.chpx.grpprl = chpx->grpprl; in wvAssembleSimpleCHP()