Searched refs:number_of_sections (Results 1 – 1 of 1) sorted by relevance
225 parse_section_table(struct executable *x, off_t off, int number_of_sections) in parse_section_table() argument230 range_check(x, off, sizeof(*psh) * number_of_sections, in parse_section_table()233 if (x->x_headers_len < off + sizeof(*psh) * number_of_sections) in parse_section_table()238 if (number_of_sections >= MAX_SECTIONS) { in parse_section_table()240 number_of_sections, MAX_SECTIONS); in parse_section_table()242 x->x_nsections = number_of_sections; in parse_section_table()244 for (i = 0; i < number_of_sections; i++) { in parse_section_table()263 int number_of_rva_and_sizes, int number_of_sections) in parse_directory() argument295 off + sizeof(*pde) * number_of_rva_and_sizes, number_of_sections)); in parse_directory()349 int number_of_sections) in parse_optional_32_plus() argument[all …]