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

/linux-master/include/uapi/linux/
H A Delf-fdpic.h22 Elf32_Addr addr; /* core address to which mapped */
23 Elf32_Addr p_vaddr; /* VMA recorded in file */
H 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;
/linux-master/arch/powerpc/boot/
H 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-master/arch/sh/kernel/
H A Dmodule.c33 Elf32_Addr relocation;
58 relocation = (relocation - (Elf32_Addr) location);
72 relocation -= (Elf32_Addr) location;
77 relocation -= (Elf32_Addr) location;
/linux-master/include/asm-generic/
H A Dmodule.h38 #define Elf_Addr Elf32_Addr
/linux-master/arch/arm/include/asm/
H A Dmodule.h39 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
/linux-master/arch/arc/kernel/
H A Dmodule.c54 Elf32_Addr relocation, location, tgt_addr;
105 *((Elf32_Addr *) location) = relocation;
107 *((Elf32_Addr *) location) = relocation - location;
/linux-master/arch/mips/include/asm/
H A Dmodule.h42 #define Elf_Addr Elf32_Addr
/linux-master/fs/
H A Dcompat_binfmt_elf.c38 #define elf_addr_t Elf32_Addr
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c46 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val)
111 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel)
139 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num)
157 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base,
/linux-master/arch/mips/kernel/
H A Dvpe.c220 Elf32_Addr *addr;
221 Elf32_Addr value;
228 Elf32_Addr v)
234 Elf32_Addr v)
259 Elf32_Addr v)
278 Elf32_Addr v)
286 Elf32_Addr v)
311 Elf32_Addr v)
333 Elf32_Addr v)
336 Elf32_Addr va
[all...]
/linux-master/arch/nios2/kernel/
H A Dmodule.c113 Elf32_Addr word2;
/linux-master/scripts/mod/
H A Dmodpost.h30 #define Elf_Addr Elf32_Addr
H A Dfile2alias.c19 typedef Elf32_Addr kernel_ulong_t;
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c147 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val)
158 Elf32_Addr val,
/linux-master/arch/parisc/kernel/
H A Dmodule.c81 Elf32_Addr addr;
511 Elf32_Addr val;
513 Elf32_Addr dot;
536 dot = (Elf32_Addr)loc & ~0x03;
/linux-master/tools/perf/util/
H A Dsymbol.h249 Elf32_Addr a32[3];
H A Dsymbol-elf.c2738 Elf32_Addr a32[NR_ADDR];
2808 memcpy(&tmp->addr, &buf, 3 * sizeof(Elf32_Addr));
/linux-master/scripts/
H A Dsorttable.h75 # define Elf_Addr Elf32_Addr
H A Drecordmcount.h116 # define Elf_Addr Elf32_Addr

Completed in 212 milliseconds