Searched refs:auxv (Results 1 - 25 of 54) sorted by last modified time

123

/linux-master/fs/
H A Dbinfmt_elf.c1555 elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv; local
1559 while (auxv[i - 2] != AT_NULL);
1560 fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv);
1680 struct memelfnote auxv; member in struct:elf_note_info
1881 fill_auxv_note(&info->auxv, current->mm);
1882 info->size += notesize(&info->auxv);
1910 if (first && !writenote(&info->auxv, cprm))
H A Dbinfmt_elf_fdpic.c1469 elf_addr_t *auxv; local
1527 auxv = (elf_addr_t *) current->mm->saved_auxv;
1531 while (auxv[i - 2] != AT_NULL);
1532 fill_note(&auxv_note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv);
/linux-master/kernel/
H A Dsys.c2034 * Someone is trying to cheat the auxv vector.
2036 if (!prctl_map.auxv ||
2042 (const void __user *)prctl_map.auxv,
2151 .auxv = NULL,
/linux-master/include/uapi/linux/
H A Dprctl.h146 __u64 *auxv; /* auxiliary vector */ member in struct:prctl_mm_map
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c19 #include <sys/auxv.h>
H A Damx.c14 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c18 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c8 #include <sys/auxv.h>
/linux-master/tools/include/nolibc/
H A Dstdlib.h107 const unsigned long *auxv = _auxv; local
110 if (!auxv)
114 if (!auxv[0] && !auxv[1]) {
119 if (auxv[0] == type) {
120 ret = auxv[1];
124 auxv += 2;
H A Dcrt.h33 const unsigned long *auxv; local
65 for (auxv = (void *)envp; *auxv++;)
67 _auxv = auxv;
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c16 #include <sys/auxv.h>
H A Dvdso_test_getcpu.c11 #include <sys/auxv.h>
H A Dvdso_test_abi.c15 #include <sys/auxv.h>
26 extern void vdso_init_from_auxv(void *auxv);
/linux-master/tools/testing/selftests/mm/
H A Dmdwe_test.c13 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dfpmr_siginfo.c11 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c17 #include <sys/auxv.h>
34 /* <linux/elf.h> and <sys/auxv.h> don't like each other, so: */
H A Dvec-syscfg.c15 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/arm64/abi/
H A Dhwcap.c14 #include <sys/auxv.h>
H A Dsyscall-abi.c13 #include <sys/auxv.h>
/linux-master/tools/perf/arch/arm64/util/
H A Dperf_regs.c5 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/sigaltstack/
H A Dsas.c20 #include <sys/auxv.h>
/linux-master/tools/include/uapi/linux/
H A Dprctl.h146 __u64 *auxv; /* auxiliary vector */ member in struct:prctl_mm_map
/linux-master/lib/raid6/
H A Dloongarch.h20 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h38 void *find_auxv_entry(int type, char *auxv);
/linux-master/tools/testing/selftests/arm64/bti/
H A Dtest.c160 } *auxv; local
173 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) {
174 switch (auxv->type) {
176 hwcap = auxv->val;
179 hwcap2 = auxv->val;

Completed in 203 milliseconds

123