Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Delf.h15 typedef __u64 Elf64_Addr; typedef
149 Elf64_Addr d_ptr;
166 Elf64_Addr r_offset; /* Location at which to apply the action */
177 Elf64_Addr r_offset; /* Location at which to apply the action */
196 Elf64_Addr st_value; /* Value of the symbol */
225 Elf64_Addr e_entry; /* Entry point virtual address */
258 Elf64_Addr p_vaddr; /* Segment virtual address */
259 Elf64_Addr p_paddr; /* Segment physical address */
316 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/linux-4.4.14/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 */
/linux-4.4.14/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
/linux-4.4.14/include/asm-generic/
Dmodule.h20 #define Elf_Addr Elf64_Addr
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c128 Elf64_Addr addr;
686 Elf64_Addr val; in apply_relocate_add()
688 Elf64_Addr dot; in apply_relocate_add()
709 dot = (Elf64_Addr)loc & ~0x03; in apply_relocate_add()
/linux-4.4.14/scripts/mod/
Dmodpost.h40 #define Elf_Addr Elf64_Addr
Dfile2alias.c22 typedef Elf64_Addr kernel_ulong_t;
/linux-4.4.14/scripts/
Dsortextable.h40 # define Elf_Addr Elf64_Addr
Drecordmcount.h69 # define Elf_Addr Elf64_Addr
/linux-4.4.14/arch/x86/kernel/
Dcrash.c476 phdr->p_vaddr = (Elf64_Addr)_text; in prepare_elf64_headers()