Searched refs:auxv (Results 26 - 50 of 54) sorted by relevance

123

/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c235 void vdso_init_from_auxv(void *auxv) argument
237 ELF(auxv_t) *elf_auxv = auxv;
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c24 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/x86/
H A Dunwind_vdso.c42 #include <sys/auxv.h>
H A Dptrace_syscall.c16 #include <sys/auxv.h>
H A Damx.c14 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/rseq/
H A Drseq.c31 #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/sigaltstack/
H A Dsas.c20 #include <sys/auxv.h>
/linux-master/tools/perf/arch/arm64/util/
H A Dperf_regs.c5 #include <sys/auxv.h>
/linux-master/include/uapi/linux/
H A Dprctl.h146 __u64 *auxv; /* auxiliary vector */ member in struct:prctl_mm_map
/linux-master/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h146 __u64 *auxv; /* auxiliary vector */ member in struct:prctl_mm_map
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c12 #include <sys/auxv.h>
23 /* <linux/elf.h> and <sys/auxv.h> don't like each other, so: */
H A Dzt-ptrace.c12 #include <sys/auxv.h>
23 /* <linux/elf.h> and <sys/auxv.h> don't like each other, so: */
H A Dfp-stress.c19 #include <sys/auxv.h>
H A Dsve-ptrace.c13 #include <sys/auxv.h>
24 /* <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 Dptrace.c12 #include <sys/auxv.h>
H A Dsyscall-abi.c13 #include <sys/auxv.h>
H A Dhwcap.c14 #include <sys/auxv.h>
/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/tools/testing/selftests/arm64/pauth/
H A Dpac.c6 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c12 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c10 #include <sys/auxv.h>
/linux-master/tools/testing/selftests/mm/
H A Dmdwe_test.c12 #include <sys/auxv.h>

Completed in 525 milliseconds

123