Searched refs:n_sections (Results 1 – 2 of 2) sorted by relevance
110 ctx->n_sections = pe->sections; in pefile_parse_binary()111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()270 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()278 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()291 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
16 unsigned n_sections; member