Home
last modified time | relevance | path

Searched refs:r_offset (Results 1 – 11 of 11) sorted by relevance

/u-boot/arch/x86/lib/
A Drelocate.c63 printf("offset = 0x%llx\n", re_src->r_offset); in do_elf_reloc_fixups64()
68 offset_ptr_rom = (Elf64_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups64()
85 (ulong)re_src->r_offset, offset_ptr_ram, in do_elf_reloc_fixups64()
90 (ulong)re_src->r_info, (ulong)re_src->r_offset, in do_elf_reloc_fixups64()
110 printf("offset = 0x%x\n", re_src->r_offset); in do_elf_reloc_fixups32()
115 offset_ptr_rom = (Elf32_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups32()
131 re_src, re_src->r_offset, offset_ptr_ram, in do_elf_reloc_fixups32()
136 re_src->r_offset, last_offset); in do_elf_reloc_fixups32()
A Dreloc_ia32_efi.c57 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
A Dreloc_x86_64_efi.c52 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
/u-boot/tools/
A Drelocate-rela.c49 type, rela->r_offset); in supported_rela()
119 swrela.r_offset = cpu_to_le64(rela.r_offset); in main()
127 swrela.r_offset, swrela.r_info, swrela.r_addend); in main()
129 if (swrela.r_offset < text_base) { in main()
135 addr = swrela.r_offset - text_base; in main()
A Dmips-relocs.c154 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel()
168 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
A Dprelink-riscv.inc89 …* buf = get_offset_bonn(data, phdrs, target16_to_cpu(ehdr->e_phnum), targetnn_to_cpu(r->r_offset));
/u-boot/arch/arm/lib/
A Dreloc_aarch64_efi.c76 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
A Dreloc_arm_efi.c53 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
/u-boot/arch/riscv/lib/
A Dreloc_riscv_efi.c86 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
/u-boot/include/
A Delf.h403 Elf32_Addr r_offset; /* offset of relocation */ member
409 Elf32_Addr r_offset; /* offset of relocation */ member
415 Elf64_Addr r_offset; /* Location at which to apply the action */ member
420 Elf64_Addr r_offset; /* Location at which to apply the action */ member
/u-boot/arch/arc/lib/
A Drelocate.c60 offset_ptr_rom = (Elf32_Addr *)re_src->r_offset; in do_elf_reloc_fixups()

Completed in 17 milliseconds