Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dbinfmt_elf.c137 elf_addr_t __user *old_sp = (elf_addr_t __user *)sp; sp += len; \
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()
457 elf_addr_t min_addr = -1; in total_mapping_size()
458 elf_addr_t max_addr = 0; in total_mapping_size()
1623 elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv; in fill_auxv_note()
[all …]
H A Dbinfmt_elf_fdpic.c510 elf_addr_t *elf_info; in create_elf_fdpic_tables()
609 elf_info = (elf_addr_t *)mm->saved_auxv; in create_elf_fdpic_tables()
654 (elf_addr_t)(unsigned long)u_platform); in create_elf_fdpic_tables()
657 (elf_addr_t)(unsigned long)u_base_platform); in create_elf_fdpic_tables()
668 ei_index = elf_info - (elf_addr_t *)mm->saved_auxv; in create_elf_fdpic_tables()
669 csp -= ei_index * sizeof(elf_addr_t); in create_elf_fdpic_tables()
673 ei_index * sizeof(elf_addr_t))) in create_elf_fdpic_tables()
1428 elf_addr_t e_shoff, int segs) in fill_extnum_info()
1479 elf_addr_t *auxv; in elf_fdpic_core_dump()
1483 elf_addr_t e_shoff; in elf_fdpic_core_dump()
[all …]
H A Dcompat_binfmt_elf.c32 #undef elf_addr_t
38 #define elf_addr_t Elf32_Addr macro
/linux-6.15/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; \
/linux-6.15/include/linux/
H A Delf.h45 #define elf_addr_t Elf32_Off macro
57 #define elf_addr_t Elf64_Off macro
/linux-6.15/arch/arm/include/asm/
H A Delf.h147 (elf_addr_t)current->mm->context.vdso); \
/linux-6.15/arch/riscv/include/asm/
H A Delf.h94 (elf_addr_t)(ulong)current->mm->context.vdso); \
/linux-6.15/arch/arm64/include/asm/
H A Delf.h171 (elf_addr_t)current->mm->context.vdso); \
/linux-6.15/fs/proc/
H A Dkcore.c407 phdr->p_paddr = (elf_addr_t)-1; in read_kcore_iter()