Home
last modified time | relevance | path

Searched refs:raw_data_size (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0135-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch57 - 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);
H A D0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch49 + 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);
H A D0134-util-mkimage-Remove-unused-code-to-add-BSS-section.patch47 - bss_section->raw_data_size = 0;
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dverify_pefile.c229 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpe.h301 uint32_t raw_data_size; /* size of the section */ member
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dqp.h449 __be32 raw_data_size; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/
H A Drknn_internal_mem_reuse_demo.cc241 int data_bytes = npy_data.raw_data_size - npy_data.data_begin; in load_npy()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dwr.c592 basic->raw_data_size = cpu_to_be32(data_size); in mlx5_set_bsf()