Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dbinfmt_elf.c133 #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items))
137 elf_addr_t __user *old_sp = (elf_addr_t __user *)sp; sp += len; \
140 #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) - (items))
164 elf_addr_t __user *sp; in create_elf_tables()
165 elf_addr_t __user *u_platform; in create_elf_tables()
166 elf_addr_t __user *u_base_platform; in create_elf_tables()
167 elf_addr_t __user *u_rand_bytes; in create_elf_tables()
172 elf_addr_t *elf_info; in create_elf_tables()
173 elf_addr_t flags = 0; in create_elf_tables()
196 u_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables()
[all …]
Dbinfmt_elf_fdpic.c507 elf_addr_t *elf_info; in create_elf_fdpic_tables()
606 elf_info = (elf_addr_t *)mm->saved_auxv; in create_elf_fdpic_tables()
637 NEW_AUX_ENT(AT_UID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->uid)); in create_elf_fdpic_tables()
638 NEW_AUX_ENT(AT_EUID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->euid)); in create_elf_fdpic_tables()
639 NEW_AUX_ENT(AT_GID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->gid)); in create_elf_fdpic_tables()
640 NEW_AUX_ENT(AT_EGID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->egid)); in create_elf_fdpic_tables()
645 (elf_addr_t)(unsigned long)u_platform); in create_elf_fdpic_tables()
648 (elf_addr_t)(unsigned long)u_base_platform); in create_elf_fdpic_tables()
659 ei_index = elf_info - (elf_addr_t *)mm->saved_auxv; in create_elf_fdpic_tables()
660 csp -= ei_index * sizeof(elf_addr_t); in create_elf_fdpic_tables()
[all …]
Dcompat_binfmt_elf.c32 #undef elf_addr_t
38 #define elf_addr_t Elf32_Addr macro
/linux-6.12.1/arch/parisc/include/asm/
Dprocessor.h242 elf_addr_t *sp = (elf_addr_t *)new_sp; \
244 elf_addr_t pc = (elf_addr_t)new_pc | 3; \
/linux-6.12.1/include/linux/
Delf.h45 #define elf_addr_t Elf32_Off macro
57 #define elf_addr_t Elf64_Off macro
/linux-6.12.1/arch/arm/include/asm/
Delf.h147 (elf_addr_t)current->mm->context.vdso); \
/linux-6.12.1/arch/riscv/include/asm/
Delf.h94 (elf_addr_t)(ulong)current->mm->context.vdso); \
/linux-6.12.1/arch/arm64/include/asm/
Delf.h171 (elf_addr_t)current->mm->context.vdso); \
/linux-6.12.1/fs/proc/
Dkcore.c409 phdr->p_paddr = (elf_addr_t)-1; in read_kcore_iter()