Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/uefisign/
HDuefisign.h41 #define MAX_SECTIONS 128 macro
62 off_t x_section_off[MAX_SECTIONS];
63 size_t x_section_len[MAX_SECTIONS];
HDpe.c239 if (number_of_sections >= MAX_SECTIONS) { in parse_section_table()
241 number_of_sections, MAX_SECTIONS); in parse_section_table()