Searched refs:Elf64_Addr (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/uapi/linux/
H A Delf-fdpic.h37 Elf64_Addr addr; /* core address to which mapped */
38 Elf64_Addr p_vaddr; /* VMA recorded in file */
H A 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-master/arch/mips/include/asm/
H A Dmodule.h20 Elf64_Addr r_offset; /* Address of relocation. */
29 Elf64_Addr r_offset; /* Address of relocation. */
60 #define Elf_Addr Elf64_Addr
/linux-master/arch/powerpc/boot/
H A 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-master/include/asm-generic/
H A Dmodule.h21 #define Elf_Addr Elf64_Addr
/linux-master/arch/loongarch/kernel/
H A Drelocate.c31 Elf64_Addr addr = rela->r_offset;
32 Elf64_Addr relocated_addr = rela->r_addend;
38 relocated_addr = (Elf64_Addr)RELOCATED(relocated_addr);
40 *(Elf64_Addr *)RELOCATED(addr) = relocated_addr;
/linux-master/tools/objtool/
H A Dorc_dump.c19 Elf64_Addr orc_ip_addr = 0;
/linux-master/scripts/mod/
H A Dmodpost.h44 #define Elf_Addr Elf64_Addr
H A Dfile2alias.c22 typedef Elf64_Addr kernel_ulong_t;
/linux-master/arch/parisc/kernel/
H A Dmodule.c89 Elf64_Addr addr;
657 Elf64_Addr val;
659 Elf64_Addr dot;
680 dot = (Elf64_Addr)loc & ~0x03;
963 unsigned long start_opd = (Elf64_Addr)mod->mem[MOD_TEXT].base +
/linux-master/tools/perf/util/
H A Dsymbol.h248 Elf64_Addr a64[3];
H A Dsymbol-elf.c2737 Elf64_Addr a64[NR_ADDR];
2811 memcpy(&tmp->addr, &buf, 3 * sizeof(Elf64_Addr));
/linux-master/arch/riscv/mm/
H A Dinit.c872 Elf64_Addr addr = (rela->r_offset - va_kernel_link_pa_offset);
873 Elf64_Addr relocated_addr = rela->r_addend;
887 *(Elf64_Addr *)addr = relocated_addr;
/linux-master/scripts/
H A Dsorttable.h51 # define Elf_Addr Elf64_Addr
H A Drecordmcount.h78 # define Elf_Addr Elf64_Addr
/linux-master/arch/s390/boot/
H A Dstartup.c149 Elf64_Addr loc, val;
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c111 Elf64_Addr addr[ADDR_CNT];

Completed in 272 milliseconds