Searched refs:raw_data_size (Results 1 – 8 of 8) sorted by relevance
57 - text_section->raw_data_size = grub_cpu_to_le32 (layout.exec_size);61 + text_section->raw_data_size = grub_host_to_target32 (layout.exec_size);72 - data_section->raw_data_size = grub_cpu_to_le32 (layout.kernel_size - layout.exec_size);76 + data_section->raw_data_size = grub_host_to_target32 (layout.kernel_size - layout.exec_size);87 - mods_section->raw_data_size = grub_cpu_to_le32 (reloc_addr - layout.kernel_size - header_size);91 + mods_section->raw_data_size = grub_host_to_target32 (reloc_addr - layout.kernel_size - header_siz…102 - reloc_section->raw_data_size = grub_cpu_to_le32 (layout.reloc_size);106 + reloc_section->raw_data_size = grub_host_to_target32 (layout.reloc_size);
49 + section->raw_data_size = grub_host_to_target32 (rsz);137 - text_section->raw_data_size = grub_host_to_target32 (layout.exec_size);160 - data_section->raw_data_size = grub_host_to_target32 (layout.kernel_size - layout.exec_size);171 - mods_section->raw_data_size = grub_host_to_target32 (reloc_addr - layout.kernel_size - header_siz…184 - reloc_section->raw_data_size = grub_host_to_target32 (layout.reloc_size);
47 - bss_section->raw_data_size = 0;
229 if (shdra->raw_data_size > shdrb->raw_data_size) in pefile_compare_shdrs()231 if (shdrb->raw_data_size > shdra->raw_data_size) in pefile_compare_shdrs()289 if (ctx->secs[i].raw_data_size == 0) in pefile_digest_pe_contents()293 ctx->secs[i].raw_data_size); in pefile_digest_pe_contents()298 hashed_bytes += ctx->secs[i].raw_data_size; in pefile_digest_pe_contents()
301 uint32_t raw_data_size; /* size of the section */ member
449 __be32 raw_data_size; member
241 int data_bytes = npy_data.raw_data_size - npy_data.data_begin; in load_npy()
592 basic->raw_data_size = cpu_to_be32(data_size); in mlx5_set_bsf()