Searched refs:MAX_SECTIONS (Results 1 – 1 of 1) sorted by relevance
21 #define MAX_SECTIONS 32 macro32 uint64_t section_offsets[MAX_SECTIONS];33 uint64_t section_sizes[MAX_SECTIONS];116 for (int i = 0; i < MAX_SECTIONS; ++i) { in read_eif_header()120 for (int i = 0; i < MAX_SECTIONS; ++i) { in read_eif_header()473 if (eif_header.section_cnt > MAX_SECTIONS) { in read_eif_file()475 "%d but found %d", MAX_SECTIONS, eif_header.section_cnt); in read_eif_file()