Searched refs:data_section (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c1032 struct grub_pe32_section_table *text_section, *data_section; local
1165 data_section = text_section + 1;
1166 strcpy (data_section->name, ".data");
1167 data_section->virtual_size = grub_cpu_to_le32 (kernel_size - exec_size);
1168 data_section->virtual_address = grub_cpu_to_le32 (header_size + exec_size);
1169 data_section->raw_data_size = grub_cpu_to_le32 (kernel_size - exec_size);
1170 data_section->raw_data_offset = grub_cpu_to_le32 (header_size + exec_size);
1171 data_section->characteristics
1177 bss_section = data_section + 1;
1191 mods_section = data_section
[all...]

Completed in 33 milliseconds