Searched refs:saved_auxv (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 609 elf_info = (elf_addr_t *)mm->saved_auxv; in create_elf_fdpic_tables() 662 memset(elf_info, 0, (char *)mm->saved_auxv + in create_elf_fdpic_tables() 663 sizeof(mm->saved_auxv) - (char *)elf_info); in create_elf_fdpic_tables() 668 ei_index = elf_info - (elf_addr_t *)mm->saved_auxv; in create_elf_fdpic_tables() 672 if (copy_to_user((void __user *)csp, mm->saved_auxv, in create_elf_fdpic_tables() 1538 auxv = (elf_addr_t *) current->mm->saved_auxv; in elf_fdpic_core_dump()
|
/linux/include/linux/ |
H A D | mm_types.h | 1103 unsigned long saved_auxv[AT_VECTOR_SIZE]; /* for /proc/PID/auxv */ member
|
/linux/fs/proc/ |
H A D | base.c | 1091 } while (mm->saved_auxv[nwords - 2] != 0); /* AT_NULL */ in auxv_read() 1092 return simple_read_from_buffer(buf, count, ppos, mm->saved_auxv, in auxv_read() 1093 nwords * sizeof(mm->saved_auxv[0])); in auxv_read()
|
/linux/kernel/ |
H A D | fork.c | 2970 offsetof(struct mm_struct, saved_auxv), in mm_cache_init() 2971 sizeof_field(struct mm_struct, saved_auxv), in mm_cache_init()
|