HomeSort by: relevance | last modified time | path
    Searched refs:pie (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/tests/lib/csu/
Makefile 48 LDFLAGS.h_hello_dyn= -no-pie
49 LDFLAGS.h_hello_dynpie= -pie
50 LDFLAGS.h_hello_relr= -pie ${LD_PACK_RELATIVE_RELOCS}
51 LDFLAGS.h_hello_sta= -no-pie
52 LDFLAGS.h_hello_stapie= -pie ${LD_NOPACK_RELATIVE_RELOCS}
  /src/tests/usr.bin/gdb/
t_regress.sh 52 atf_test_case pie
55 "PIE executables (PR bin/48250)"
63 cc -fpie -pie -g test.c -o test
93 atf_add_test_case pie
  /src/sys/dev/ieee1394/
fwphyreg.h 124 pie:1, member in struct:phyreg_page0
155 pie:1,
  /src/tests/usr.bin/c++/
t_fuzzer_oom.sh 60 atf_set "descr" "Test thread sanitizer for out-of-memory with position independent execution (PIE) flag"
128 #check whether -pie flag is supported on this architecture
129 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
130 atf_set_skip "c++ -pie not supported on this architecture"
143 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc
t_fuzzer_simple.sh 60 atf_set "descr" "Test thread sanitizer for simple with position independent execution (PIE) flag"
140 #check whether -pie flag is supported on this architecture
141 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
142 atf_set_skip "c++ -pie not supported on this architecture"
159 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc
t_fuzzer_timeout.sh 60 atf_set "descr" "Test thread sanitizer for timeout with position independent execution (PIE) flag"
125 #check whether -pie flag is supported on this architecture
126 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
127 atf_set_skip "c++ -pie not supported on this architecture"
139 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc
t_msan_allocated_memory.sh 60 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with position independent execution (PIE) flag"
126 #check whether -pie flag is supported on this architecture
127 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
128 atf_set_skip "c++ -pie not supported on this architecture"
141 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_check_mem.sh 60 atf_set "descr" "Test memory sanitizer for __msan_check_mem_is_initialized with position independent execution (PIE) flag"
129 #check whether -pie flag is supported on this architecture
130 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
131 atf_set_skip "c++ -pie not supported on this architecture"
145 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_free.sh 60 atf_set "descr" "Test memory sanitizer for use-after-free with position independent execution (PIE) flag"
123 #check whether -pie flag is supported on this architecture
124 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
125 atf_set_skip "c++ -pie not supported on this architecture"
137 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_heap.sh 60 atf_set "descr" "Test memory sanitizer for uninitialized heap value with position independent execution (PIE) flag"
108 #check whether -pie flag is supported on this architecture
109 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
110 atf_set_skip "c++ -pie not supported on this architecture"
117 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_poison.sh 60 atf_set "descr" "Test memory sanitizer for __msan_poison with position independent execution (PIE) flag"
129 #check whether -pie flag is supported on this architecture
130 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
131 atf_set_skip "c++ -pie not supported on this architecture"
145 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_stack.sh 60 atf_set "descr" "Test memory sanitizer for free-stack-pointer with position independent execution (PIE) flag"
123 #check whether -pie flag is supported on this architecture
124 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
125 atf_set_skip "c++ -pie not supported on this architecture"
137 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_partial_poison.sh 60 atf_set "descr" "Test memory sanitizer for __msan_partial_poison with position independent execution (PIE) flag"
132 #check whether -pie flag is supported on this architecture
133 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
134 atf_set_skip "c++ -pie not supported on this architecture"
149 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_realloc.sh 60 atf_set "descr" "Test memory sanitizer for realloc with position independent execution (PIE) flag"
126 #check whether -pie flag is supported on this architecture
127 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
128 atf_set_skip "c++ -pie not supported on this architecture"
141 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_shadow.sh 60 atf_set "descr" "Test memory sanitizer for shadow with position independent execution (PIE) flag"
141 #check whether -pie flag is supported on this architecture
142 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
143 atf_set_skip "c++ -pie not supported on this architecture"
161 c++ -fsanitize=memory -o test -fpie -pie test.cc
t_msan_unpoison.sh 60 atf_set "descr" "Test memory sanitizer for __msan_unpoison with position independent execution (PIE) flag"
141 #check whether -pie flag is supported on this architecture
142 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
143 atf_set_skip "c++ -pie not supported on this architecture"
161 c++ -fsanitize=memory -o test -fpie -pie test.cc
  /src/tests/usr.bin/cc/
t_fuzzer_oom.sh 60 atf_set "descr" "Test thread sanitizer for out-of-memory with position independent execution (PIE) flag"
128 #check whether -pie flag is supported on this architecture
129 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
130 atf_set_skip "cc -pie not supported on this architecture"
143 cc -fsanitize=fuzzer -o test -fpie -pie test.c
t_fuzzer_simple.sh 60 atf_set "descr" "Test thread sanitizer for simple with position independent execution (PIE) flag"
140 #check whether -pie flag is supported on this architecture
141 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
142 atf_set_skip "cc -pie not supported on this architecture"
159 cc -fsanitize=fuzzer -o test -fpie -pie test.c
t_fuzzer_timeout.sh 60 atf_set "descr" "Test thread sanitizer for timeout with position independent execution (PIE) flag"
125 #check whether -pie flag is supported on this architecture
126 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
127 atf_set_skip "cc -pie not supported on this architecture"
139 cc -fsanitize=fuzzer -o test -fpie -pie test.c
t_msan_allocated_memory.sh 60 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with position independent execution (PIE) flag"
126 #check whether -pie flag is supported on this architecture
127 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
128 atf_set_skip "cc -pie not supported on this architecture"
141 cc -fsanitize=memory -o test -fpie -pie test.c
t_msan_check_mem.sh 60 atf_set "descr" "Test memory sanitizer for __msan_check_mem_is_initialized with position independent execution (PIE) flag"
129 #check whether -pie flag is supported on this architecture
130 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
131 atf_set_skip "cc -pie not supported on this architecture"
145 cc -fsanitize=memory -o test -fpie -pie test.c
t_msan_free.sh 60 atf_set "descr" "Test memory sanitizer for use-after-free with position independent execution (PIE) flag"
123 #check whether -pie flag is supported on this architecture
124 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
125 atf_set_skip "cc -pie not supported on this architecture"
137 cc -fsanitize=memory -o test -fpie -pie test.c
t_msan_heap.sh 60 atf_set "descr" "Test memory sanitizer for uninitialized heap value with position independent execution (PIE) flag"
108 #check whether -pie flag is supported on this architecture
109 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
110 atf_set_skip "cc -pie not supported on this architecture"
117 cc -fsanitize=memory -o test -fpie -pie test.c
t_msan_poison.sh 60 atf_set "descr" "Test memory sanitizer for __msan_poison with position independent execution (PIE) flag"
129 #check whether -pie flag is supported on this architecture
130 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
131 atf_set_skip "cc -pie not supported on this architecture"
145 cc -fsanitize=memory -o test -fpie -pie test.c
t_msan_stack.sh 60 atf_set "descr" "Test memory sanitizer for free-stack-pointer with position independent execution (PIE) flag"
123 #check whether -pie flag is supported on this architecture
124 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
125 atf_set_skip "cc -pie not supported on this architecture"
137 cc -fsanitize=memory -o test -fpie -pie test.c

Completed in 19 milliseconds

1 2 3