Searched refs:r_offset (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | relocate.c | 61 printf("offset = 0x%llx\n", re_src->r_offset); in do_elf_reloc_fixups64() 66 offset_ptr_rom = (Elf64_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups64() 83 (ulong)re_src->r_offset, offset_ptr_ram, in do_elf_reloc_fixups64() 88 (ulong)re_src->r_info, (ulong)re_src->r_offset, in do_elf_reloc_fixups64() 108 printf("offset = 0x%x\n", re_src->r_offset); in do_elf_reloc_fixups32() 113 offset_ptr_rom = (Elf32_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups32() 129 re_src, re_src->r_offset, offset_ptr_ram, in do_elf_reloc_fixups32() 134 re_src->r_offset, last_offset); in do_elf_reloc_fixups32()
|
| H A D | reloc_ia32_efi.c | 57 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
|
| H A D | reloc_x86_64_efi.c | 52 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
|
| /openbmc/u-boot/tools/ |
| H 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()
|
| H 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()
|
| H A D | prelink-riscv.inc | 83 void* buf = get_offset_nn(data, phdrs, ehdr->e_phnum, r->r_offset);
|
| /openbmc/u-boot/include/ |
| H 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
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | reloc_arm_efi.c | 53 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
|
| H A D | reloc_aarch64_efi.c | 76 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
|
| /openbmc/u-boot/arch/riscv/lib/ |
| H A D | reloc_riscv_efi.c | 86 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | relocate.c | 58 offset_ptr_rom = (Elf32_Addr *)re_src->r_offset; in do_elf_reloc_fixups()
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1459 Elf32_Addr r_offset; member 1464 Elf64_Addr r_offset; /* Location at which to apply the action */ member 1469 Elf32_Addr r_offset; member 1475 Elf64_Addr r_offset; /* Location at which to apply the action */ member
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 54 bswapSZs(&rela->r_offset); 237 if (rels[i].r_offset < ph->p_vaddr || 238 rels[i].r_offset >= ph->p_vaddr + ph->p_filesz) { 241 addr = &data[rels[i].r_offset - ph->p_vaddr];
|