Searched refs:exec_target (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
H A D | Makefile | 16 TEST_GEN_PROGS_EXTENDED := exec_target 34 $(OUTPUT)/exec_target: exec_target.c $(OUTPUT)/helper.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | Makefile | 16 TEST_GEN_PROGS_EXTENDED := exec_target 34 $(OUTPUT)/exec_target: exec_target.c $(OUTPUT)/helper.o
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | Makefile | 3 TEST_GEN_FILES := exec_target 20 $(OUTPUT)/exec_target: CFLAGS += -static -nostartfiles
|
H A D | fork.c | 71 static int exec_target = 0; variable 77 char *const argv[] = { "./exec_target", NULL }; in run_exec() 79 if (execve("./exec_target", argv, NULL) == -1) { in run_exec() 215 { "exec-target", no_argument, &exec_target, 1 }, 286 if (exec_target) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | Makefile | 3 TEST_GEN_FILES := exec_target 20 $(OUTPUT)/exec_target: CFLAGS += -static -nostartfiles
|
H A D | fork.c | 71 static int exec_target = 0; variable 77 char *const argv[] = { "./exec_target", NULL }; in run_exec() 79 if (execve("./exec_target", argv, NULL) == -1) { in run_exec() 215 { "exec-target", no_argument, &exec_target, 1 }, 286 if (exec_target) { in main()
|
Completed in 2 milliseconds