Home
last modified time | relevance | path

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

/arch/x86/boot/tools/
Dbuild.c149 unsigned short num_sections; in update_pecoff_section_header_fields() local
153 num_sections = get_unaligned_le16(&buf[pe_header + 6]); in update_pecoff_section_header_fields()
161 while (num_sections > 0) { in update_pecoff_section_header_fields()
178 num_sections--; in update_pecoff_section_header_fields()
/arch/powerpc/kernel/
Dfadump.c60 int i, num_sections; in early_init_dt_scan_fw_dump() local
98 num_sections = size / (3 * sizeof(u32)); in early_init_dt_scan_fw_dump()
100 for (i = 0; i < num_sections; i++, sections += 3) { in early_init_dt_scan_fw_dump()