Searched refs:auxv (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/arch/um/os-Linux/ |
D | elf_aux.c | 29 elf_auxv_t * auxv; in scan_elf_aux() local 33 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { in scan_elf_aux() 34 switch ( auxv->a_type ) { in scan_elf_aux() 36 __kernel_vsyscall = auxv->a_un.a_val; in scan_elf_aux() 42 vsyscall_ehdr = auxv->a_un.a_val; in scan_elf_aux() 48 elf_aux_hwcap = auxv->a_un.a_val; in scan_elf_aux() 56 (char *) (long) auxv->a_un.a_val; in scan_elf_aux() 59 page_size = auxv->a_un.a_val; in scan_elf_aux()
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 38 Elf32_auxv_t *auxv; in get_syscall() local 41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall() 42 if (auxv->a_type == AT_SYSINFO) in get_syscall() 43 return auxv->a_un.a_val; in get_syscall()
|
/Linux-v5.4/tools/testing/selftests/powerpc/ |
D | utils.c | 27 static char auxv[4096]; variable 59 void *find_auxv_entry(int type, char *auxv) in find_auxv_entry() argument 63 p = (ElfW(auxv_t) *)auxv; in find_auxv_entry() 79 if (read_auxv(auxv, sizeof(auxv))) in get_auxv_entry() 82 p = find_auxv_entry(type, auxv); in get_auxv_entry()
|
/Linux-v5.4/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 43 extern void vdso_init_from_auxv(void *auxv); 257 void vdso_init_from_auxv(void *auxv) in vdso_init_from_auxv() argument 259 ELF(auxv_t) *elf_auxv = auxv; in vdso_init_from_auxv()
|
D | vdso_test.c | 22 extern void vdso_init_from_auxv(void *auxv);
|
D | vdso_standalone_test_x86.c | 21 extern void vdso_init_from_auxv(void *auxv);
|
/Linux-v5.4/Documentation/sparc/ |
D | adi.rst | 189 Elf64_auxv_t *auxv; 194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { 195 switch (auxv->a_type) { 197 adi_blksz = auxv->a_un.a_val; 200 adi_nbits = auxv->a_un.a_val;
|
/Linux-v5.4/tools/testing/selftests/powerpc/include/ |
D | utils.h | 30 void *find_auxv_entry(int type, char *auxv);
|
/Linux-v5.4/include/uapi/linux/ |
D | prctl.h | 146 __u64 *auxv; /* auxiliary vector */ member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | prctl.h | 146 __u64 *auxv; /* auxiliary vector */ member
|
/Linux-v5.4/fs/ |
D | binfmt_elf.c | 1551 elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv; in fill_auxv_note() local 1555 while (auxv[i - 2] != AT_NULL); in fill_auxv_note() 1556 fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in fill_auxv_note() 1672 struct memelfnote auxv; member 1846 fill_auxv_note(&info->auxv, current->mm); in fill_note_info() 1847 info->size += notesize(&info->auxv); in fill_note_info() 1880 if (first && !writenote(&info->auxv, cprm)) in write_note_info()
|
D | binfmt_elf_fdpic.c | 1569 elf_addr_t *auxv; in elf_fdpic_core_dump() local 1661 auxv = (elf_addr_t *) current->mm->saved_auxv; in elf_fdpic_core_dump() 1666 while (auxv[i - 2] != AT_NULL); in elf_fdpic_core_dump() 1668 i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump()
|
/Linux-v5.4/Documentation/arm64/ |
D | cpu-feature-registers.rst | 269 #include <sys/auxv.h>
|
/Linux-v5.4/kernel/ |
D | sys.c | 1977 if (!prctl_map.auxv || in prctl_set_mm_map() 1983 (const void __user *)prctl_map.auxv, in prctl_set_mm_map() 2089 .auxv = NULL, in prctl_set_mm()
|