Symbol: Elf32_Addr
arch/arc/kernel/module.c
105
*((Elf32_Addr *) location) = relocation;
arch/arc/kernel/module.c
107
*((Elf32_Addr *) location) = relocation - location;
arch/arc/kernel/module.c
54
Elf32_Addr relocation, location, tgt_addr;
arch/arm/include/asm/module.h
39
u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
arch/arm/kernel/module-plts.c
111
static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel)
arch/arm/kernel/module-plts.c
139
static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num)
arch/arm/kernel/module-plts.c
157
static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base,
arch/arm/kernel/module-plts.c
46
u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val)
arch/mips/include/asm/module.h
42
#define Elf_Addr Elf32_Addr
arch/mips/kernel/vpe.c
221
Elf32_Addr *addr;
arch/mips/kernel/vpe.c
222
Elf32_Addr value;
arch/mips/kernel/vpe.c
229
Elf32_Addr v)
arch/mips/kernel/vpe.c
235
Elf32_Addr v)
arch/mips/kernel/vpe.c
260
Elf32_Addr v)
arch/mips/kernel/vpe.c
279
Elf32_Addr v)
arch/mips/kernel/vpe.c
287
Elf32_Addr v)
arch/mips/kernel/vpe.c
312
Elf32_Addr v)
arch/mips/kernel/vpe.c
334
Elf32_Addr v)
arch/mips/kernel/vpe.c
337
Elf32_Addr val, vallo;
arch/mips/kernel/vpe.c
405
Elf32_Addr v) = {
arch/mips/kernel/vpe.c
435
Elf32_Addr v;
arch/nios2/kernel/module.c
93
Elf32_Addr word2;
arch/parisc/kernel/module.c
499
Elf32_Addr val;
arch/parisc/kernel/module.c
501
Elf32_Addr dot;
arch/parisc/kernel/module.c
524
dot = (Elf32_Addr)loc & ~0x03;
arch/parisc/kernel/module.c
80
Elf32_Addr addr;
arch/powerpc/boot/elf.h
60
Elf32_Addr e_entry; /* Entry point */
arch/powerpc/boot/elf.h
98
Elf32_Addr p_vaddr;
arch/powerpc/boot/elf.h
99
Elf32_Addr p_paddr;
arch/powerpc/kernel/module_32.c
147
static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val)
arch/powerpc/kernel/module_32.c
158
Elf32_Addr val,
arch/sh/kernel/module.c
33
Elf32_Addr relocation;
arch/sh/kernel/module.c
58
relocation = (relocation - (Elf32_Addr) location);
arch/sh/kernel/module.c
72
relocation -= (Elf32_Addr) location;
arch/sh/kernel/module.c
77
relocation -= (Elf32_Addr) location;
fs/compat_binfmt_elf.c
38
#define elf_addr_t Elf32_Addr
include/asm-generic/module.h
34
#define Elf_Addr Elf32_Addr
include/uapi/linux/elf-fdpic.h
22
Elf32_Addr addr; /* core address to which mapped */
include/uapi/linux/elf-fdpic.h
23
Elf32_Addr p_vaddr; /* VMA recorded in file */
include/uapi/linux/elf.h
155
Elf32_Addr d_ptr;
include/uapi/linux/elf.h
175
Elf32_Addr r_offset;
include/uapi/linux/elf.h
185
Elf32_Addr r_offset;
include/uapi/linux/elf.h
198
Elf32_Addr st_value;
include/uapi/linux/elf.h
222
Elf32_Addr e_entry; /* Entry point */
include/uapi/linux/elf.h
260
Elf32_Addr p_vaddr;
include/uapi/linux/elf.h
261
Elf32_Addr p_paddr;
include/uapi/linux/elf.h
330
Elf32_Addr sh_addr;
scripts/mod/file2alias.c
25
typedef Elf32_Addr kernel_ulong_t;
scripts/mod/modpost.h
30
#define Elf_Addr Elf32_Addr
scripts/recordmcount.h
116
# define Elf_Addr Elf32_Addr
scripts/sorttable.c
93
Elf32_Addr av = elf_parser.r(a);
scripts/sorttable.c
94
Elf32_Addr bv = elf_parser.r(b);
tools/include/uapi/linux/elf.h
155
Elf32_Addr d_ptr;
tools/include/uapi/linux/elf.h
175
Elf32_Addr r_offset;
tools/include/uapi/linux/elf.h
185
Elf32_Addr r_offset;
tools/include/uapi/linux/elf.h
198
Elf32_Addr st_value;
tools/include/uapi/linux/elf.h
222
Elf32_Addr e_entry; /* Entry point */
tools/include/uapi/linux/elf.h
260
Elf32_Addr p_vaddr;
tools/include/uapi/linux/elf.h
261
Elf32_Addr p_paddr;
tools/include/uapi/linux/elf.h
320
Elf32_Addr sh_addr;
tools/perf/util/symbol-elf.c
2740
Elf32_Addr a32[NR_ADDR];
tools/perf/util/symbol-elf.c
2810
memcpy(&tmp->addr, &buf, 3 * sizeof(Elf32_Addr));
tools/perf/util/symbol.h
319
Elf32_Addr a32[3];