Searched refs:n_sections (Results 1 – 4 of 4) sorted by relevance
114 ctx->n_sections = pe->sections; in pefile_parse_binary()115 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()
21 unsigned n_sections; member
91 int n_sections; /* # of section headers */ member
299 slidx->n_sections = sects; in mca_make_slidx()