Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h13 typedef unsigned long long Elf64_Addr; typedef
77 Elf64_Addr e_entry; /* Entry point virtual address */
110 Elf64_Addr p_vaddr; /* Segment virtual address */
111 Elf64_Addr p_paddr; /* Segment physical address */
/arch/mips/include/asm/
Dmodule.h20 Elf64_Addr r_offset; /* Address of relocation. */
29 Elf64_Addr r_offset; /* Address of relocation. */
60 #define Elf_Addr Elf64_Addr
/arch/parisc/kernel/
Dmodule.c108 Elf64_Addr addr;
674 Elf64_Addr val; in apply_relocate_add()
676 Elf64_Addr dot; in apply_relocate_add()
697 dot = (Elf64_Addr)loc & ~0x03; in apply_relocate_add()
980 unsigned long start_opd = (Elf64_Addr)mod->core_layout.base + in dereference_module_function_descriptor()
/arch/s390/boot/
Dstartup.c83 Elf64_Addr loc, val; in handle_relocs()