Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Delf.h16 typedef __u64 Elf64_Addr; typedef
155 Elf64_Addr d_ptr;
172 Elf64_Addr r_offset; /* Location at which to apply the action */
183 Elf64_Addr r_offset; /* Location at which to apply the action */
202 Elf64_Addr st_value; /* Value of the symbol */
231 Elf64_Addr e_entry; /* Entry point virtual address */
264 Elf64_Addr p_vaddr; /* Segment virtual address */
265 Elf64_Addr p_paddr; /* Segment physical address */
325 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/linux-5.19.10/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 */
/linux-5.19.10/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
/linux-5.19.10/include/asm-generic/
Dmodule.h21 #define Elf_Addr Elf64_Addr
/linux-5.19.10/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()
/linux-5.19.10/tools/objtool/
Dorc_dump.c71 Elf64_Addr orc_ip_addr = 0; in orc_dump()
/linux-5.19.10/scripts/mod/
Dmodpost.h43 #define Elf_Addr Elf64_Addr
Dfile2alias.c22 typedef Elf64_Addr kernel_ulong_t;
/linux-5.19.10/arch/s390/boot/
Dstartup.c83 Elf64_Addr loc, val; in handle_relocs()
/linux-5.19.10/tools/perf/util/
Dsymbol.h264 Elf64_Addr a64[3];
Dsymbol-elf.c2291 Elf64_Addr a64[NR_ADDR]; in populate_sdt_note()
2365 memcpy(&tmp->addr, &buf, 3 * sizeof(Elf64_Addr)); in populate_sdt_note()
/linux-5.19.10/scripts/
Dsorttable.h51 # define Elf_Addr Elf64_Addr
Drecordmcount.h78 # define Elf_Addr Elf64_Addr
/linux-5.19.10/tools/bpf/resolve_btfids/
Dmain.c87 Elf64_Addr addr[ADDR_CNT];
/linux-5.19.10/Documentation/bpf/
Dllvm_reloc.rst17 Elf64_Addr r_offset; // Offset from the beginning of section.