Searched refs:r_offset (Results 1 – 11 of 11) sorted by relevance
| /u-boot/arch/x86/lib/ |
| A D | relocate.c | 63 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 D | reloc_ia32_efi.c | 57 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
|
| A D | reloc_x86_64_efi.c | 52 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
|
| /u-boot/tools/ |
| A D | relocate-rela.c | 49 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 D | mips-relocs.c | 154 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 D | prelink-riscv.inc | 89 …* buf = get_offset_bonn(data, phdrs, target16_to_cpu(ehdr->e_phnum), targetnn_to_cpu(r->r_offset));
|
| /u-boot/arch/arm/lib/ |
| A D | reloc_aarch64_efi.c | 76 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
|
| A D | reloc_arm_efi.c | 53 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
|
| /u-boot/arch/riscv/lib/ |
| A D | reloc_riscv_efi.c | 86 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
|
| /u-boot/include/ |
| A D | elf.h | 403 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 D | relocate.c | 60 offset_ptr_rom = (Elf32_Addr *)re_src->r_offset; in do_elf_reloc_fixups()
|
Completed in 17 milliseconds