Home
last modified time | relevance | path

Searched refs:Elf64_Addr (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c52 Elf64_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups64()
53 Elf64_Addr *offset_ptr_ram; in do_elf_reloc_fixups64()
66 offset_ptr_rom = (Elf64_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups64()
69 if (offset_ptr_rom >= (Elf64_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups64()
72 offset_ptr_ram = (Elf64_Addr *)((ulong)offset_ptr_rom + in do_elf_reloc_fixups64()
/openbmc/u-boot/include/
H A Delf.h25 typedef uint64_t Elf64_Addr; typedef
114 Elf64_Addr e_entry; /* virtual entry point */
249 Elf64_Addr sh_addr; /* address */
415 Elf64_Addr r_offset; /* Location at which to apply the action */
420 Elf64_Addr r_offset; /* Location at which to apply the action */
446 Elf64_Addr p_vaddr; /* virtual address of segment */
447 Elf64_Addr p_paddr; /* physical address of segment */
490 Elf64_Addr d_ptr;
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling_fix.patch17 Elf64_Addr loadaddr;
20 + Elf64_Addr dynamic_addr;
43 - Elf64_Addr size = read32(segment->p_filesz, be);
H A Dldconfig-handle-.dynstr-located-in-separate-segment.patch105 - Elf64_Addr loadaddr;
106 Elf64_Addr dynamic_addr;
122 - if (loadaddr == (Elf64_Addr) -1)
133 - if (loadaddr == (Elf64_Addr) -1)
H A D32and64bit.patch225 + Elf64_Addr loadaddr;
255 + if (loadaddr == (Elf64_Addr) -1)
267 + Elf64_Addr size = segment->p_filesz;
276 + Elf64_Addr note_size = 3 * sizeof (Elf64_Word)
285 + if (loadaddr == (Elf64_Addr) -1)
H A Dendian-ness_handling.patch223 if (loadaddr == (Elf64_Addr) -1)
253 - Elf64_Addr size = segment->p_filesz;
255 + Elf64_Addr size = read32(segment->p_filesz, be);
265 Elf64_Addr note_size = 3 * sizeof (Elf64_Word)
/openbmc/qemu/include/
H A Delf.h12 typedef uint64_t Elf64_Addr; typedef
364 Elf64_Addr d_ptr;
1464 Elf64_Addr r_offset; /* Location at which to apply the action */
1475 Elf64_Addr r_offset; /* Location at which to apply the action */
1494 Elf64_Addr st_value; /* Value of the symbol */
1528 Elf64_Addr e_entry; /* Entry point virtual address */
1561 Elf64_Addr p_vaddr; /* Segment virtual address */
1562 Elf64_Addr p_paddr; /* Segment physical address */
1625 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/openbmc/u-boot/cmd/
H A Delf.c70 return *(Elf64_Addr *)addr; in load_elf64_image_phdr()
134 return *(Elf64_Addr *)addr; in load_elf64_image_shdr()