Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/uefisign/
H A Dpe.c231 range_check(x, off, sizeof(*psh) * number_of_sections, in parse_section_table()
239 if (number_of_sections >= MAX_SECTIONS) { in parse_section_table()
241 number_of_sections, MAX_SECTIONS); in parse_section_table()
243 x->x_nsections = number_of_sections; in parse_section_table()
245 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() argument
349 int number_of_sections) in parse_optional_32_plus() argument
394 po->po_number_of_rva_and_sizes, number_of_sections)); in parse_optional_32_plus()
443 po->po_number_of_rva_and_sizes, number_of_sections)); in parse_optional_32()
459 return (parse_optional_32(x, off, number_of_sections)); in parse_optional()
[all …]