Lines Matching refs:canon
249 unsigned *canon, tmp, loop, i, hashed_bytes;
270 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL);
271 if (!canon)
277 canon[0] = 0;
280 if (pefile_compare_shdrs(&ctx->secs[canon[i]],
282 memmove(&canon[i + 1], &canon[i],
283 (loop - i) * sizeof(canon[0]));
287 canon[i] = loop;
292 i = canon[loop];
299 kfree(canon);
304 kfree(canon);