Symbol: Elf64_Addr
arch/loongarch/kernel/relocate.c
32
Elf64_Addr addr = rela->r_offset;
arch/loongarch/kernel/relocate.c
33
Elf64_Addr relocated_addr = rela->r_addend;
arch/loongarch/kernel/relocate.c
38
relocated_addr = (Elf64_Addr)RELOCATED(relocated_addr);
arch/loongarch/kernel/relocate.c
39
*(Elf64_Addr *)RELOCATED(addr) = relocated_addr;
arch/mips/include/asm/module.h
20
Elf64_Addr r_offset; /* Address of relocation. */
arch/mips/include/asm/module.h
29
Elf64_Addr r_offset; /* Address of relocation. */
arch/mips/include/asm/module.h
60
#define Elf_Addr Elf64_Addr
arch/parisc/kernel/module.c
645
Elf64_Addr val;
arch/parisc/kernel/module.c
647
Elf64_Addr dot;
arch/parisc/kernel/module.c
668
dot = (Elf64_Addr)loc & ~0x03;
arch/parisc/kernel/module.c
88
Elf64_Addr addr;
arch/parisc/kernel/module.c
951
unsigned long start_opd = (Elf64_Addr)mod->mem[MOD_TEXT].base +
arch/powerpc/boot/elf.h
110
Elf64_Addr p_vaddr; /* Segment virtual address */
arch/powerpc/boot/elf.h
111
Elf64_Addr p_paddr; /* Segment physical address */
arch/powerpc/boot/elf.h
77
Elf64_Addr e_entry; /* Entry point virtual address */
include/asm-generic/module.h
21
#define Elf_Addr Elf64_Addr
include/uapi/linux/elf-fdpic.h
37
Elf64_Addr addr; /* core address to which mapped */
include/uapi/linux/elf-fdpic.h
38
Elf64_Addr p_vaddr; /* VMA recorded in file */
include/uapi/linux/elf.h
163
Elf64_Addr d_ptr;
include/uapi/linux/elf.h
180
Elf64_Addr r_offset; /* Location at which to apply the action */
include/uapi/linux/elf.h
191
Elf64_Addr r_offset; /* Location at which to apply the action */
include/uapi/linux/elf.h
210
Elf64_Addr st_value; /* Value of the symbol */
include/uapi/linux/elf.h
239
Elf64_Addr e_entry; /* Entry point virtual address */
include/uapi/linux/elf.h
272
Elf64_Addr p_vaddr; /* Segment virtual address */
include/uapi/linux/elf.h
273
Elf64_Addr p_paddr; /* Segment physical address */
include/uapi/linux/elf.h
343
Elf64_Addr sh_addr; /* Section virtual addr at execution */
scripts/gendwarfksyms/gendwarfksyms.h
109
Elf64_Addr address;
scripts/mod/file2alias.c
28
typedef Elf64_Addr kernel_ulong_t;
scripts/mod/modpost.h
44
#define Elf_Addr Elf64_Addr
scripts/recordmcount.h
78
# define Elf_Addr Elf64_Addr
scripts/sorttable.c
103
Elf64_Addr av = elf_parser.r8(a);
scripts/sorttable.c
104
Elf64_Addr bv = elf_parser.r8(b);
tools/bpf/resolve_btfids/main.c
119
Elf64_Addr addr[ADDR_CNT];
tools/include/uapi/linux/elf.h
163
Elf64_Addr d_ptr;
tools/include/uapi/linux/elf.h
180
Elf64_Addr r_offset; /* Location at which to apply the action */
tools/include/uapi/linux/elf.h
191
Elf64_Addr r_offset; /* Location at which to apply the action */
tools/include/uapi/linux/elf.h
210
Elf64_Addr st_value; /* Value of the symbol */
tools/include/uapi/linux/elf.h
239
Elf64_Addr e_entry; /* Entry point virtual address */
tools/include/uapi/linux/elf.h
272
Elf64_Addr p_vaddr; /* Segment virtual address */
tools/include/uapi/linux/elf.h
273
Elf64_Addr p_paddr; /* Segment physical address */
tools/include/uapi/linux/elf.h
333
Elf64_Addr sh_addr; /* Section virtual addr at execution */
tools/objtool/orc_dump.c
18
Elf64_Addr orc_ip_addr = 0;
tools/perf/util/symbol-elf.c
2685
Elf64_Addr a64[NR_ADDR];
tools/perf/util/symbol-elf.c
2759
memcpy(&tmp->addr, &buf, 3 * sizeof(Elf64_Addr));
tools/perf/util/symbol.h
248
Elf64_Addr a64[3];