Home
last modified time | relevance | path

Searched refs:Elf32_Addr (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Delf.h9 typedef __u32 Elf32_Addr; typedef
147 Elf32_Addr d_ptr;
167 Elf32_Addr r_offset;
177 Elf32_Addr r_offset;
190 Elf32_Addr st_value;
214 Elf32_Addr e_entry; /* Entry point */
252 Elf32_Addr p_vaddr;
253 Elf32_Addr p_paddr;
312 Elf32_Addr sh_addr;
A Delf-fdpic.h22 Elf32_Addr addr; /* core address to which mapped */
23 Elf32_Addr p_vaddr; /* VMA recorded in file */
/linux-6.3-rc2/arch/sh/kernel/
A Dmodule.c33 Elf32_Addr relocation; in apply_relocate_add()
58 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add()
72 relocation -= (Elf32_Addr) location; in apply_relocate_add()
77 relocation -= (Elf32_Addr) location; in apply_relocate_add()
/linux-6.3-rc2/arch/powerpc/boot/
A Delf.h6 typedef unsigned int Elf32_Addr; typedef
60 Elf32_Addr e_entry; /* Entry point */
98 Elf32_Addr p_vaddr;
99 Elf32_Addr p_paddr;
/linux-6.3-rc2/arch/mips/kernel/
A Dvpe.c221 Elf32_Addr *addr;
222 Elf32_Addr value;
229 Elf32_Addr v) in apply_r_mips_none()
235 Elf32_Addr v) in apply_r_mips_gprel16()
260 Elf32_Addr v) in apply_r_mips_pc16()
279 Elf32_Addr v) in apply_r_mips_32()
287 Elf32_Addr v) in apply_r_mips_26()
312 Elf32_Addr v) in apply_r_mips_hi16()
334 Elf32_Addr v) in apply_r_mips_lo16()
405 Elf32_Addr v) = {
[all …]
/linux-6.3-rc2/arch/arc/kernel/
A Dmodule.c54 Elf32_Addr relocation, location, tgt_addr; in apply_relocate_add()
105 *((Elf32_Addr *) location) = relocation; in apply_relocate_add()
107 *((Elf32_Addr *) location) = relocation - location; in apply_relocate_add()
/linux-6.3-rc2/arch/arm/kernel/
A Dmodule-plts.c51 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt()
116 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation()
144 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel()
162 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base, in count_plts()
/linux-6.3-rc2/include/asm-generic/
A Dmodule.h38 #define Elf_Addr Elf32_Addr
/linux-6.3-rc2/arch/arm/include/asm/
A Dmodule.h39 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
/linux-6.3-rc2/arch/mips/include/asm/
A Dmodule.h42 #define Elf_Addr Elf32_Addr
/linux-6.3-rc2/fs/
A Dcompat_binfmt_elf.c38 #define elf_addr_t Elf32_Addr
/linux-6.3-rc2/arch/nios2/kernel/
A Dmodule.c113 Elf32_Addr word2; in apply_relocate_add()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dmodule_32.c147 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val) in entry_matches()
158 Elf32_Addr val, in do_plt_call()
/linux-6.3-rc2/arch/parisc/kernel/
A Dmodule.c100 Elf32_Addr addr;
528 Elf32_Addr val; in apply_relocate_add()
530 Elf32_Addr dot; in apply_relocate_add()
553 dot = (Elf32_Addr)loc & ~0x03; in apply_relocate_add()
/linux-6.3-rc2/scripts/mod/
A Dmodpost.h28 #define Elf_Addr Elf32_Addr
A Dfile2alias.c19 typedef Elf32_Addr kernel_ulong_t;
/linux-6.3-rc2/tools/perf/util/
A Dsymbol.h271 Elf32_Addr a32[3];
A Dsymbol-elf.c2640 Elf32_Addr a32[NR_ADDR]; in populate_sdt_note()
2710 memcpy(&tmp->addr, &buf, 3 * sizeof(Elf32_Addr)); in populate_sdt_note()
/linux-6.3-rc2/scripts/
A Dsorttable.h75 # define Elf_Addr Elf32_Addr
A Drecordmcount.h116 # define Elf_Addr Elf32_Addr

Completed in 28 milliseconds