Lines Matching refs:data_section
1032 struct grub_pe32_section_table *text_section, *data_section;
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 + 1;