Home
last modified time | relevance | path

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

/arch/x86/boot/tools/
Dbuild.c160 unsigned short num_sections; in update_pecoff_section_header_fields() local
164 num_sections = get_unaligned_le16(&buf[pe_header + 6]); in update_pecoff_section_header_fields()
172 while (num_sections > 0) { in update_pecoff_section_header_fields()
189 num_sections--; in update_pecoff_section_header_fields()
/arch/powerpc/platforms/pseries/
Drtas-fadump.c492 int i, size, num_sections; in rtas_fadump_dt_scan() local
534 num_sections = size / (3 * sizeof(u32)); in rtas_fadump_dt_scan()
536 for (i = 0; i < num_sections; i++, sections += 3) { in rtas_fadump_dt_scan()