Home
last modified time | relevance | path

Searched refs:INTERFACE_FUNCTION (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interface.inc9 INTERFACE_FUNCTION(__asan_addr_is_in_fake_stack)
10 INTERFACE_FUNCTION(__asan_address_is_poisoned)
11 INTERFACE_FUNCTION(__asan_after_dynamic_init)
12 INTERFACE_FUNCTION(__asan_alloca_poison)
13 INTERFACE_FUNCTION(__asan_allocas_unpoison)
14 INTERFACE_FUNCTION(__asan_before_dynamic_init)
15 INTERFACE_FUNCTION(__asan_describe_address)
16 INTERFACE_FUNCTION(__asan_exp_load1)
17 INTERFACE_FUNCTION(__asan_exp_load2)
18 INTERFACE_FUNCTION(__asan_exp_load4)
[all …]
H A Dasan_win_weak_interception.cc18 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interface.inc10 INTERFACE_FUNCTION(__asan_addr_is_in_fake_stack)
11 INTERFACE_FUNCTION(__asan_address_is_poisoned)
12 INTERFACE_FUNCTION(__asan_after_dynamic_init)
13 INTERFACE_FUNCTION(__asan_alloca_poison)
14 INTERFACE_FUNCTION(__asan_allocas_unpoison)
15 INTERFACE_FUNCTION(__asan_before_dynamic_init)
16 INTERFACE_FUNCTION(__asan_describe_address)
17 INTERFACE_FUNCTION(__asan_exp_load1)
18 INTERFACE_FUNCTION(__asan_exp_load2)
19 INTERFACE_FUNCTION(__asan_exp_load4)
[all …]
H A Dasan_win_weak_interception.cpp19 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interface.inc11 INTERFACE_FUNCTION(__asan_addr_is_in_fake_stack)
12 INTERFACE_FUNCTION(__asan_address_is_poisoned)
13 INTERFACE_FUNCTION(__asan_after_dynamic_init)
14 INTERFACE_FUNCTION(__asan_alloca_poison)
15 INTERFACE_FUNCTION(__asan_allocas_unpoison)
16 INTERFACE_FUNCTION(__asan_before_dynamic_init)
17 INTERFACE_FUNCTION(__asan_describe_address)
18 INTERFACE_FUNCTION(__asan_exp_load1)
19 INTERFACE_FUNCTION(__asan_exp_load2)
20 INTERFACE_FUNCTION(__asan_exp_load4)
[all …]
H A Dasan_win_weak_interception.cc20 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_interface.inc10 INTERFACE_FUNCTION(__ubsan_handle_add_overflow)
11 INTERFACE_FUNCTION(__ubsan_handle_add_overflow_abort)
12 INTERFACE_FUNCTION(__ubsan_handle_alignment_assumption)
13 INTERFACE_FUNCTION(__ubsan_handle_alignment_assumption_abort)
14 INTERFACE_FUNCTION(__ubsan_handle_builtin_unreachable)
15 INTERFACE_FUNCTION(__ubsan_handle_cfi_bad_type)
16 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail)
17 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail_abort)
18 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow)
19 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow_abort)
[all …]
H A Dubsan_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_interface.inc9 INTERFACE_FUNCTION(__ubsan_handle_add_overflow)
10 INTERFACE_FUNCTION(__ubsan_handle_add_overflow_abort)
11 INTERFACE_FUNCTION(__ubsan_handle_builtin_unreachable)
12 INTERFACE_FUNCTION(__ubsan_handle_cfi_bad_type)
13 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail)
14 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail_abort)
15 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow)
16 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow_abort)
17 INTERFACE_FUNCTION(__ubsan_handle_dynamic_type_cache_miss)
18 INTERFACE_FUNCTION(__ubsan_handle_dynamic_type_cache_miss_abort)
[all …]
H A Dubsan_win_weak_interception.cc19 #define INTERFACE_FUNCTION(Name) macro
H A Dubsan_win_dynamic_runtime_thunk.cc16 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_interface.inc11 INTERFACE_FUNCTION(__ubsan_handle_add_overflow)
12 INTERFACE_FUNCTION(__ubsan_handle_add_overflow_abort)
13 INTERFACE_FUNCTION(__ubsan_handle_builtin_unreachable)
14 INTERFACE_FUNCTION(__ubsan_handle_cfi_bad_type)
15 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail)
16 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail_abort)
17 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow)
18 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow_abort)
19 INTERFACE_FUNCTION(__ubsan_handle_dynamic_type_cache_miss)
20 INTERFACE_FUNCTION(__ubsan_handle_dynamic_type_cache_miss_abort)
[all …]
H A Dubsan_win_weak_interception.cc21 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interface.inc10 INTERFACE_FUNCTION(__sanitizer_acquire_crash_state)
11 INTERFACE_FUNCTION(__sanitizer_annotate_contiguous_container)
12 INTERFACE_FUNCTION(__sanitizer_contiguous_container_find_bad_address)
13 INTERFACE_FUNCTION(__sanitizer_set_death_callback)
14 INTERFACE_FUNCTION(__sanitizer_set_report_path)
15 INTERFACE_FUNCTION(__sanitizer_set_report_fd)
16 INTERFACE_FUNCTION(__sanitizer_get_report_path)
17 INTERFACE_FUNCTION(__sanitizer_verify_contiguous_container)
27 INTERFACE_FUNCTION(__sanitizer_get_module_and_offset_for_pc)
28 INTERFACE_FUNCTION(__sanitizer_symbolize_global)
[all …]
H A Dsanitizer_coverage_interface.inc10 INTERFACE_FUNCTION(__sanitizer_cov_dump)
11 INTERFACE_FUNCTION(__sanitizer_cov_reset)
12 INTERFACE_FUNCTION(__sanitizer_dump_coverage)
13 INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
H A Dsanitizer_coverage_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interface.inc9 INTERFACE_FUNCTION(__sanitizer_acquire_crash_state)
10 INTERFACE_FUNCTION(__sanitizer_annotate_contiguous_container)
11 INTERFACE_FUNCTION(__sanitizer_contiguous_container_find_bad_address)
12 INTERFACE_FUNCTION(__sanitizer_set_death_callback)
13 INTERFACE_FUNCTION(__sanitizer_set_report_path)
14 INTERFACE_FUNCTION(__sanitizer_set_report_fd)
15 INTERFACE_FUNCTION(__sanitizer_verify_contiguous_container)
24 INTERFACE_FUNCTION(__sanitizer_get_module_and_offset_for_pc)
25 INTERFACE_FUNCTION(__sanitizer_symbolize_global)
26 INTERFACE_FUNCTION(__sanitizer_symbolize_pc)
[all …]
H A Dsanitizer_coverage_interface.inc9 INTERFACE_FUNCTION(__sanitizer_cov_dump)
10 INTERFACE_FUNCTION(__sanitizer_cov_reset)
11 INTERFACE_FUNCTION(__sanitizer_dump_coverage)
12 INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
H A Dsanitizer_coverage_win_weak_interception.cc19 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_win_dynamic_runtime_thunk.cc16 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cc16 #define INTERFACE_FUNCTION(Name) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interface.inc11 INTERFACE_FUNCTION(__sanitizer_acquire_crash_state)
12 INTERFACE_FUNCTION(__sanitizer_annotate_contiguous_container)
13 INTERFACE_FUNCTION(__sanitizer_contiguous_container_find_bad_address)
14 INTERFACE_FUNCTION(__sanitizer_set_death_callback)
15 INTERFACE_FUNCTION(__sanitizer_set_report_path)
16 INTERFACE_FUNCTION(__sanitizer_set_report_fd)
17 INTERFACE_FUNCTION(__sanitizer_verify_contiguous_container)
26 INTERFACE_FUNCTION(__sanitizer_get_module_and_offset_for_pc)
27 INTERFACE_FUNCTION(__sanitizer_symbolize_global)
28 INTERFACE_FUNCTION(__sanitizer_symbolize_pc)
[all …]
H A Dsanitizer_coverage_interface.inc11 INTERFACE_FUNCTION(__sanitizer_cov_dump)
12 INTERFACE_FUNCTION(__sanitizer_cov_reset)
13 INTERFACE_FUNCTION(__sanitizer_dump_coverage)
14 INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
H A Dsanitizer_coverage_win_weak_interception.cc21 #define INTERFACE_FUNCTION(Name) macro
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cc18 #define INTERFACE_FUNCTION(Name) macro

12