Symbol: elf_addr_t
arch/arm/include/asm/elf.h
147
(elf_addr_t)current->mm->context.vdso); \
arch/arm64/include/asm/elf.h
171
(elf_addr_t)current->mm->context.vdso); \
arch/parisc/include/asm/processor.h
242
elf_addr_t *sp = (elf_addr_t *)new_sp; \
arch/parisc/include/asm/processor.h
244
elf_addr_t pc = (elf_addr_t)new_pc | 3; \
arch/riscv/include/asm/elf.h
94
(elf_addr_t)(ulong)current->mm->context.vdso); \
fs/binfmt_elf.c
142
#define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
fs/binfmt_elf.c
146
elf_addr_t __user *old_sp = (elf_addr_t __user *)sp; sp += len; \
fs/binfmt_elf.c
149
#define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) - (items))
fs/binfmt_elf.c
1568
elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv;
fs/binfmt_elf.c
1573
fill_note(note, AUXV, i * sizeof(elf_addr_t), auxv);
fs/binfmt_elf.c
173
elf_addr_t __user *sp;
fs/binfmt_elf.c
174
elf_addr_t __user *u_platform;
fs/binfmt_elf.c
175
elf_addr_t __user *u_base_platform;
fs/binfmt_elf.c
176
elf_addr_t __user *u_rand_bytes;
fs/binfmt_elf.c
181
elf_addr_t *elf_info;
fs/binfmt_elf.c
182
elf_addr_t flags = 0;
fs/binfmt_elf.c
1972
elf_addr_t e_shoff, int segs)
fs/binfmt_elf.c
2004
elf_addr_t e_shoff;
fs/binfmt_elf.c
205
u_platform = (elf_addr_t __user *)STACK_ALLOC(p, len);
fs/binfmt_elf.c
218
u_base_platform = (elf_addr_t __user *)STACK_ALLOC(p, len);
fs/binfmt_elf.c
227
u_rand_bytes = (elf_addr_t __user *)
fs/binfmt_elf.c
233
elf_info = (elf_addr_t *)mm->saved_auxv;
fs/binfmt_elf.c
266
NEW_AUX_ENT(AT_RANDOM, (elf_addr_t)(unsigned long)u_rand_bytes);
fs/binfmt_elf.c
279
(elf_addr_t)(unsigned long)u_platform);
fs/binfmt_elf.c
283
(elf_addr_t)(unsigned long)u_base_platform);
fs/binfmt_elf.c
300
ei_index = elf_info - (elf_addr_t *)mm->saved_auxv;
fs/binfmt_elf.c
308
sp = (elf_addr_t __user *)bprm->p - items - ei_index;
fs/binfmt_elf.c
311
sp = (elf_addr_t __user *)bprm->p;
fs/binfmt_elf.c
334
if (put_user((elf_addr_t)p, sp++))
fs/binfmt_elf.c
349
if (put_user((elf_addr_t)p, sp++))
fs/binfmt_elf.c
361
if (copy_to_user(sp, mm->saved_auxv, ei_index * sizeof(elf_addr_t)))
fs/binfmt_elf.c
466
elf_addr_t min_addr = -1;
fs/binfmt_elf.c
467
elf_addr_t max_addr = 0;
fs/binfmt_elf_fdpic.c
1435
elf_addr_t e_shoff, int segs)
fs/binfmt_elf_fdpic.c
1486
elf_addr_t *auxv;
fs/binfmt_elf_fdpic.c
1490
elf_addr_t e_shoff;
fs/binfmt_elf_fdpic.c
1544
auxv = (elf_addr_t *) current->mm->saved_auxv;
fs/binfmt_elf_fdpic.c
1549
fill_note(&auxv_note, AUXV, i * sizeof(elf_addr_t), auxv);
fs/binfmt_elf_fdpic.c
510
elf_addr_t *elf_info;
fs/binfmt_elf_fdpic.c
615
elf_info = (elf_addr_t *)mm->saved_auxv;
fs/binfmt_elf_fdpic.c
652
NEW_AUX_ENT(AT_UID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->uid));
fs/binfmt_elf_fdpic.c
653
NEW_AUX_ENT(AT_EUID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->euid));
fs/binfmt_elf_fdpic.c
654
NEW_AUX_ENT(AT_GID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->gid));
fs/binfmt_elf_fdpic.c
655
NEW_AUX_ENT(AT_EGID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->egid));
fs/binfmt_elf_fdpic.c
660
(elf_addr_t)(unsigned long)u_platform);
fs/binfmt_elf_fdpic.c
663
(elf_addr_t)(unsigned long)u_base_platform);
fs/binfmt_elf_fdpic.c
674
ei_index = elf_info - (elf_addr_t *)mm->saved_auxv;
fs/binfmt_elf_fdpic.c
675
csp -= ei_index * sizeof(elf_addr_t);
fs/binfmt_elf_fdpic.c
679
ei_index * sizeof(elf_addr_t)))
fs/proc/kcore.c
407
phdr->p_paddr = (elf_addr_t)-1;