Searched refs:number_of_sections (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c226 parse_section_table(struct executable *x, off_t off, int number_of_sections) argument
231 range_check(x, off, sizeof(*psh) * number_of_sections,
234 if (x->x_headers_len <= off + sizeof(*psh) * number_of_sections)
239 if (number_of_sections >= MAX_SECTIONS) {
241 number_of_sections, MAX_SECTIONS);
243 x->x_nsections = number_of_sections;
245 for (i = 0; i < number_of_sections; i++) {
263 int number_of_rva_and_sizes, int number_of_sections)
295 off + sizeof(*pde) * number_of_rva_and_sizes, number_of_sections));
349 int number_of_sections)
262 parse_directory(struct executable *x, off_t off, int number_of_rva_and_sizes, int number_of_sections) argument
348 parse_optional_32_plus(struct executable *x, off_t off, int number_of_sections) argument
398 parse_optional_32(struct executable *x, off_t off, int number_of_sections) argument
447 parse_optional(struct executable *x, off_t off, int number_of_sections) argument
[all...]

Completed in 201 milliseconds