Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h12 typedef unsigned long long Elf64_Addr; typedef
76 Elf64_Addr e_entry; /* Entry point virtual address */
109 Elf64_Addr p_vaddr; /* Segment virtual address */
110 Elf64_Addr p_paddr; /* Segment physical address */
/arch/mips/include/asm/
Dmodule.h19 Elf64_Addr r_offset; /* Address of relocation. */
28 Elf64_Addr r_offset; /* Address of relocation. */
59 #define Elf_Addr Elf64_Addr
/arch/parisc/kernel/
Dmodule.c128 Elf64_Addr addr;
690 Elf64_Addr val; in apply_relocate_add()
692 Elf64_Addr dot; in apply_relocate_add()
713 dot = (Elf64_Addr)loc & ~0x03; in apply_relocate_add()