OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_flags
(Results
1 - 25
of
193
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_init.cpp
38
if (
common_flags
()->print_module_map >= 1)
47
__sanitizer_set_report_path(
common_flags
()->log_path);
49
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
ubsan_diag_standalone.cpp
33
stack.Unwind(pc, bp, nullptr,
common_flags
()->fast_unwind_on_fatal);
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_init.cpp
37
if (
common_flags
()->print_module_map >= 1)
46
__sanitizer_set_report_path(
common_flags
()->log_path);
48
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
ubsan_diag_standalone.cpp
33
stack.Unwind(pc, bp, nullptr,
common_flags
()->fast_unwind_on_fatal);
ubsan_signals_standalone.cpp
50
sig.context,
common_flags
()->fast_unwind_on_fatal);
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.cc
43
cf.CopyFrom(*
common_flags
());
64
SetVerbosity(
common_flags
()->verbosity);
68
if (
common_flags
()->help) parser.PrintFlagDescriptions();
70
__sanitizer_set_report_path(
common_flags
()->log_path);
76
common_flags
()->fast_unwind_on_fatal);
105
if (
common_flags
()->detect_leaks &&
common_flags
()->leak_check_at_exit)
108
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
lsan.h
25
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_fatal)
28
GET_STACK_TRACE(__sanitizer::
common_flags
()->malloc_context_size, \
29
common_flags
()->fast_unwind_on_malloc)
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_init.cc
41
__sanitizer_set_report_path(
common_flags
()->log_path);
43
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
ubsan_diag_standalone.cc
25
bool request_fast_unwind =
common_flags
()->fast_unwind_on_fatal;
ubsan_signals_standalone.cc
47
common_flags
()->fast_unwind_on_fatal);
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan.h
29
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_fatal)
32
GET_STACK_TRACE(__sanitizer::
common_flags
()->malloc_context_size, \
33
common_flags
()->fast_unwind_on_malloc)
lsan.cpp
56
cf.CopyFrom(*
common_flags
());
81
if (
common_flags
()->help) parser.PrintFlagDescriptions();
83
__sanitizer_set_report_path(
common_flags
()->log_path);
105
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan.h
29
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_fatal)
32
GET_STACK_TRACE(__sanitizer::
common_flags
()->malloc_context_size, \
33
common_flags
()->fast_unwind_on_malloc)
lsan.cpp
55
cf.CopyFrom(*
common_flags
());
80
if (
common_flags
()->help) parser.PrintFlagDescriptions();
82
__sanitizer_set_report_path(
common_flags
()->log_path);
103
if (
common_flags
()->detect_leaks &&
common_flags
()->leak_check_at_exit)
106
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_stack.h
52
stack.Unwind(pc, bp, nullptr,
common_flags
()->fast_unwind_on_fatal)
55
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_fatal)
61
GET_STACK_TRACE(GetMallocContextSize(),
common_flags
()->fast_unwind_on_malloc)
asan_flags.cpp
55
cf.CopyFrom(*
common_flags
());
132
if (
common_flags
()->help) {
138
if (!CAN_SANITIZE_LEAKS &&
common_flags
()->detect_leaks) {
151
CHECK_LE((uptr)
common_flags
()->malloc_context_size, kStackTraceMax);
188
if (!f->replace_str &&
common_flags
()->intercept_strlen) {
192
if (!f->replace_str &&
common_flags
()->intercept_strchr) {
196
if (!f->replace_str &&
common_flags
()->intercept_strndup) {
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_stack.h
52
common_flags
()->fast_unwind_on_fatal)
55
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_fatal)
61
GET_STACK_TRACE(GetMallocContextSize(),
common_flags
()->fast_unwind_on_malloc)
asan_flags.cpp
55
cf.CopyFrom(*
common_flags
());
132
if (
common_flags
()->help) {
138
if (!CAN_SANITIZE_LEAKS &&
common_flags
()->detect_leaks) {
151
CHECK_LE((uptr)
common_flags
()->malloc_context_size, kStackTraceMax);
188
if (!f->replace_str &&
common_flags
()->intercept_strlen) {
192
if (!f->replace_str &&
common_flags
()->intercept_strchr) {
196
if (!f->replace_str &&
common_flags
()->intercept_strndup) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_libcdep.cc
35
const uptr hard_rss_limit_mb =
common_flags
()->hard_rss_limit_mb;
36
const uptr soft_rss_limit_mb =
common_flags
()->soft_rss_limit_mb;
37
const bool heap_profile =
common_flags
()->heap_profile;
120
if (!
common_flags
()->hard_rss_limit_mb &&
121
!
common_flags
()->soft_rss_limit_mb &&
122
!
common_flags
()->heap_profile) return;
sanitizer_stacktrace_libcdep.cc
29
int dedup_frames =
common_flags
()->dedup_token_length;
39
RenderFrame(&frame_desc,
common_flags
()->stack_trace_format, frame_num++,
40
cur->info,
common_flags
()->symbolize_vs_style,
41
common_flags
()->strip_path_prefix);
124
common_flags
()->symbolize_vs_style,
125
common_flags
()->strip_path_prefix);
146
RenderData(&data_desc, fmt, &DI,
common_flags
()->strip_path_prefix);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stack.h
81
common_flags
()->fast_unwind_on_fatal)
86
common_flags
()->fast_unwind_on_fatal)
89
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_fatal)
92
GET_STACK_TRACE(kStackTraceMax,
common_flags
()->fast_unwind_on_check)
98
GET_STACK_TRACE(GetMallocContextSize(),
common_flags
()->fast_unwind_on_malloc)
asan_flags.cc
60
cf.CopyFrom(*
common_flags
());
137
if (
common_flags
()->help) {
143
if (!CAN_SANITIZE_LEAKS &&
common_flags
()->detect_leaks) {
156
CHECK_LE((uptr)
common_flags
()->malloc_context_size, kStackTraceMax);
197
if (!f->replace_str &&
common_flags
()->intercept_strlen) {
201
if (!f->replace_str &&
common_flags
()->intercept_strchr) {
205
if (!f->replace_str &&
common_flags
()->intercept_strndup) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_memintrinsics.inc
49
if (
common_flags
()->intercept_intrin) \
61
if (
common_flags
()->intercept_intrin) { \
76
if (
common_flags
()->intercept_intrin) { \
sanitizer_common_libcdep.cpp
29
const uptr hard_rss_limit_mb =
common_flags
()->hard_rss_limit_mb;
30
const uptr soft_rss_limit_mb =
common_flags
()->soft_rss_limit_mb;
31
const bool heap_profile =
common_flags
()->heap_profile;
87
if (!
common_flags
()->hard_rss_limit_mb &&
88
!
common_flags
()->soft_rss_limit_mb &&
89
!
common_flags
()->heap_profile) return;
176
if (madvise_shadow &&
common_flags
()->use_madv_dontdump)
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_libcdep.cpp
32
const uptr hard_rss_limit_mb =
common_flags
()->hard_rss_limit_mb;
33
const uptr soft_rss_limit_mb =
common_flags
()->soft_rss_limit_mb;
34
const bool heap_profile =
common_flags
()->heap_profile;
112
if (!
common_flags
()->hard_rss_limit_mb &&
113
!
common_flags
()->soft_rss_limit_mb &&
114
!
common_flags
()->heap_profile) return;
153
if (madvise_shadow &&
common_flags
()->use_madv_dontdump)
Completed in 65 milliseconds
1
2
3
4
5
6
7
8
Indexes created Sat Feb 28 05:31:39 UTC 2026