Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_elf.c156 elf_addr_t __user *old_sp = (elf_addr_t __user *)sp; sp += len; \
183 elf_addr_t __user *sp; in create_elf_tables()
184 elf_addr_t __user *u_platform; in create_elf_tables()
185 elf_addr_t __user *u_base_platform; in create_elf_tables()
186 elf_addr_t __user *u_rand_bytes; in create_elf_tables()
191 elf_addr_t *elf_info; in create_elf_tables()
192 elf_addr_t flags = 0; in create_elf_tables()
411 elf_addr_t min_addr = -1; in total_mapping_size()
412 elf_addr_t max_addr = 0; in total_mapping_size()
1617 elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv; in fill_auxv_note()
[all …]
H A Dcompat_binfmt_elf.c32 #undef elf_addr_t
38 #define elf_addr_t Elf32_Addr macro
H A Dbinfmt_elf_fdpic.c624 (elf_addr_t) (unsigned long) u_platform); in create_elf_fdpic_tables()
631 (elf_addr_t) (unsigned long) u_base_platform); in create_elf_fdpic_tables()
656 NEW_AUX_ENT(AT_UID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->uid)); in create_elf_fdpic_tables()
657 NEW_AUX_ENT(AT_EUID, (elf_addr_t) from_kuid_munged(cred->user_ns, cred->euid)); in create_elf_fdpic_tables()
658 NEW_AUX_ENT(AT_GID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->gid)); in create_elf_fdpic_tables()
659 NEW_AUX_ENT(AT_EGID, (elf_addr_t) from_kgid_munged(cred->user_ns, cred->egid)); in create_elf_fdpic_tables()
1421 elf_addr_t e_shoff, int segs) in fill_extnum_info()
1472 elf_addr_t *auxv; in elf_fdpic_core_dump()
1476 elf_addr_t e_shoff; in elf_fdpic_core_dump()
1530 auxv = (elf_addr_t *) current->mm->saved_auxv; in elf_fdpic_core_dump()
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dprocessor.h242 elf_addr_t *sp = (elf_addr_t *)new_sp; \
244 elf_addr_t pc = (elf_addr_t)new_pc | 3; \
/openbmc/linux/include/linux/
H A Delf.h45 #define elf_addr_t Elf32_Off macro
57 #define elf_addr_t Elf64_Off macro
/openbmc/linux/arch/arm/include/asm/
H A Delf.h148 (elf_addr_t)current->mm->context.vdso); \
/openbmc/linux/arch/riscv/include/asm/
H A Delf.h98 (elf_addr_t)(ulong)current->mm->context.vdso); \
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h78 const int n = sizeof(elf_addr_t); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h77 const int n = sizeof(elf_addr_t); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h77 const int n = sizeof(elf_addr_t); in target_create_elf_tables()
/openbmc/linux/arch/arm64/include/asm/
H A Delf.h171 (elf_addr_t)current->mm->context.vdso); \
/openbmc/qemu/include/
H A Delf.h1772 #define elf_addr_t Elf32_Off macro
1788 #define elf_addr_t Elf64_Off macro
/openbmc/linux/fs/proc/
H A Dkcore.c395 phdr->p_paddr = (elf_addr_t)-1; in read_kcore_iter()
/openbmc/qemu/linux-user/
H A Delfload.c2543 const int n = sizeof(elf_addr_t); in create_elf_tables()
4396 elf_addr_t auxv = (elf_addr_t)ts->info->saved_auxv; in fill_auxv_note()
4397 elf_addr_t orig_auxv = auxv; in fill_auxv_note()