Home
last modified time | relevance | path

Searched refs:reloc_addr (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.patch27 - o->data_size = grub_cpu_to_le32 (reloc_addr - layout.exec_size
28 + o->data_size = grub_host_to_target32 (reloc_addr - layout.exec_size
41 - o->data_size = grub_cpu_to_le32 (reloc_addr - layout.exec_size
42 + o->data_size = grub_host_to_target32 (reloc_addr - layout.exec_size
85 - mods_section->virtual_size = grub_cpu_to_le32 (reloc_addr - layout.kernel_size - header_size);
87 - mods_section->raw_data_size = grub_cpu_to_le32 (reloc_addr - layout.kernel_size - header_size);
89 + mods_section->virtual_size = grub_host_to_target32 (reloc_addr - layout.kernel_size - header_size…
91 + mods_section->raw_data_size = grub_host_to_target32 (reloc_addr - layout.kernel_size - header_siz…
101 - reloc_section->virtual_address = grub_cpu_to_le32 (reloc_addr + layout.bss_size);
103 - reloc_section->raw_data_offset = grub_cpu_to_le32 (reloc_addr);
[all …]
H A D0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch78 - int reloc_addr;
86 - reloc_addr = ALIGN_UP (header_size + core_size,
93 - pe_size = ALIGN_UP (reloc_addr + layout.reloc_size,
95 - pe_img = xmalloc (reloc_addr + layout.reloc_size);
98 - memset ((char *) pe_img + header_size + core_size, 0, reloc_addr - (header_size + core_size));
99 - memcpy ((char *) pe_img + reloc_addr, layout.reloc_section, layout.reloc_size);
169 - mods_section->virtual_size = grub_host_to_target32 (reloc_addr - layout.kernel_size - header_size…
171 - mods_section->raw_data_size = grub_host_to_target32 (reloc_addr - layout.kernel_size - header_siz…
178 - PE_OHDR (o32, o64, base_relocation_table.rva) = grub_host_to_target32 (reloc_addr);
183 - reloc_section->virtual_address = grub_host_to_target32 (reloc_addr + layout.bss_size);
[all …]
H A D0137-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch50 int reloc_addr;
69 - o->data_size = grub_host_to_target32 (reloc_addr - layout.exec_size
96 - o->base_relocation_table.rva = grub_host_to_target32 (reloc_addr);
112 - o->data_size = grub_host_to_target32 (reloc_addr - layout.exec_size
136 - o->base_relocation_table.rva = grub_host_to_target32 (reloc_addr);
143 + PE_OHDR (o32, o64, data_size) = grub_host_to_target32 (reloc_addr - layout.exec_size - header_siz…
161 + PE_OHDR (o32, o64, base_relocation_table.rva) = grub_host_to_target32 (reloc_addr);
H A D0138-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch26 - PE_OHDR (o32, o64, data_size) = grub_host_to_target32 (reloc_addr - layout.exec_size - header_siz…
44 - PE_OHDR (o32, o64, base_relocation_table.rva) = grub_host_to_target32 (reloc_addr);
57 + PE_OHDR (o32, o64, data_size) = grub_host_to_target32 (reloc_addr - layout.exec_size - header_siz…
66 + PE_OHDR (o32, o64, base_relocation_table.rva) = grub_host_to_target32 (reloc_addr);
H A D0134-util-mkimage-Remove-unused-code-to-add-BSS-section.patch23 o->data_size = grub_cpu_to_le32 (reloc_addr - layout.exec_size
31 o->data_size = grub_cpu_to_le32 (reloc_addr - layout.exec_size
H A D0139-util-mkimage-Improve-data_size-value-calculation.patch40 - PE_OHDR (o32, o64, data_size) = grub_host_to_target32 (reloc_addr - layout.exec_size - header_siz…
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dtraps.c96 void trap_init(ulong reloc_addr) in trap_init() argument
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Djob.c288 u32 reloc_addr = (job->reloc_addr_phys[i] + in do_relocs() local
314 *target = reloc_addr; in do_relocs()