Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c61 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 Dreloc_ia32_efi.c57 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
H A Dreloc_x86_64_efi.c52 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()
/openbmc/u-boot/tools/
H 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()
H 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()
H A Dprelink-riscv.inc83 void* buf = get_offset_nn(data, phdrs, ehdr->e_phnum, r->r_offset);
/openbmc/u-boot/include/
H 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
/openbmc/u-boot/arch/arm/lib/
H A Dreloc_arm_efi.c53 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
H A Dreloc_aarch64_efi.c76 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c86 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()
/openbmc/u-boot/arch/arc/lib/
H A Drelocate.c58 offset_ptr_rom = (Elf32_Addr *)re_src->r_offset; in do_elf_reloc_fixups()
/openbmc/qemu/include/
H A Delf.h1459 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 Delf_ops.h.inc54 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];