Home
last modified time | relevance | path

Searched refs:elf_addr_t (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/parisc/include/asm/
Dprocessor.h272 elf_addr_t *sp = (elf_addr_t *)new_sp; \
274 elf_addr_t pc = (elf_addr_t)new_pc | 3; \
/linux-4.4.14/fs/
Dbinfmt_elf.c128 #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
132 elf_addr_t __user *old_sp = (elf_addr_t __user *)sp; sp += len; \
135 #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) - (items))
157 elf_addr_t __user *argv; in create_elf_tables()
158 elf_addr_t __user *envp; in create_elf_tables()
159 elf_addr_t __user *sp; in create_elf_tables()
160 elf_addr_t __user *u_platform; in create_elf_tables()
161 elf_addr_t __user *u_base_platform; in create_elf_tables()
162 elf_addr_t __user *u_rand_bytes; in create_elf_tables()
167 elf_addr_t *elf_info; in create_elf_tables()
[all …]
Dcompat_binfmt_elf.c33 #undef elf_addr_t
38 #define elf_addr_t Elf32_Addr macro
Dbinfmt_elf_fdpic.c617 (elf_addr_t) (unsigned long) u_platform); in create_elf_fdpic_tables()
624 (elf_addr_t) (unsigned long) u_base_platform); in create_elf_fdpic_tables()
647 NEW_AUX_ENT(AT_UID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->uid)); in create_elf_fdpic_tables()
648 NEW_AUX_ENT(AT_EUID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->euid)); in create_elf_fdpic_tables()
649 NEW_AUX_ENT(AT_GID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->gid)); in create_elf_fdpic_tables()
650 NEW_AUX_ENT(AT_EGID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->egid)); in create_elf_fdpic_tables()
1499 elf_addr_t e_shoff, int segs) in fill_extnum_info()
1591 elf_addr_t *auxv; in elf_fdpic_core_dump()
1595 elf_addr_t e_shoff; in elf_fdpic_core_dump()
1682 auxv = (elf_addr_t *) current->mm->saved_auxv; in elf_fdpic_core_dump()
[all …]
/linux-4.4.14/include/linux/
Delf.h30 #define elf_addr_t Elf32_Off macro
40 #define elf_addr_t Elf64_Off macro
/linux-4.4.14/arch/arm/include/asm/
Delf.h135 (elf_addr_t)current->mm->context.vdso); \
/linux-4.4.14/arch/arm64/include/asm/
Delf.h142 (elf_addr_t)current->mm->context.vdso); \