Home
last modified time | relevance | path

Searched refs:testfly (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/regress/sys/kern/noexec/
H A Dtestfly.S41 .globl testfly symbol
42 .type testfly,_ASM_TYPE_FUNCTION
43 testfly: label
46 END(testfly)
51 .globl testfly symbol
52 .type testfly,_ASM_TYPE_FUNCTION
53 testfly: label
56 END(testfly)
60 ENTRY(testfly)
62 END(testfly)
[all …]
H A Dnoexec.c59 void testfly(void);
222 memcpy(text, &testfly, textsiz); in worker()
334 if (p != &testfly) { in worker()
335 memcpy(p, &testfly, TESTSZ); in worker()
H A DMakefile4 SRCS= noexec.c testfly.S