OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_flags
(Results
76 - 100
of
111
) sorted by null
1
2
3
4
5
/external/compiler-rt/lib/asan/
asan_poisoning.h
51
shadow_end - shadow_beg <
common_flags
()->clear_shadow_mmap_threshold) {
asan_thread.cc
110
if (
common_flags
()->use_sigaltstack) UnsetAlternateSignalStack();
173
if (
common_flags
()->use_sigaltstack) SetAlternateSignalStack();
asan_interceptors.cc
90
common_flags
()->strict_string_checks ? (len) + 1 : (n))
274
if (!IsDeadlySignal(signum) ||
common_flags
()->allow_user_segv_handler) {
282
if (!IsDeadlySignal(signum) ||
common_flags
()->allow_user_segv_handler) {
290
if (!IsDeadlySignal(signum) ||
common_flags
()->allow_user_segv_handler) {
726
if (
common_flags
()->coverage) CovBeforeFork();
728
if (
common_flags
()->coverage) CovAfterFork(pid);
/external/compiler-rt/lib/msan/
msan.h
276
GetStackTrace(&stack,
common_flags
()->malloc_context_size, \
278
common_flags
()->fast_unwind_on_malloc)
284
common_flags
()->fast_unwind_on_malloc)
290
common_flags
()->fast_unwind_on_fatal)
msan_linux.cc
146
if (
common_flags
()->use_madv_dontdump)
165
if (
common_flags
()->exitcode)
166
internal__exit(
common_flags
()->exitcode);
msan.cc
139
cf.CopyFrom(*
common_flags
());
181
SetVerbosity(
common_flags
()->verbosity);
185
if (
common_flags
()->help) parser.PrintFlagDescriptions();
193
cf.CopyFrom(*
common_flags
());
383
__sanitizer_set_report_path(
common_flags
()->log_path);
412
InitializeCoverage(
common_flags
()->coverage,
common_flags
()->coverage_dir);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
102
if (
common_flags
()->detect_deadlocks) {
171
if (
common_flags
()->detect_deadlocks && (s->recursion - rec) == 0) {
182
if (
common_flags
()->detect_deadlocks) {
214
if (
common_flags
()->detect_deadlocks && s->recursion == 0 &&
224
if (
common_flags
()->detect_deadlocks && !report_bad_unlock) {
249
if (
common_flags
()->detect_deadlocks && s->recursion == 0) {
260
if (
common_flags
()->detect_deadlocks) {
282
if (
common_flags
()->detect_deadlocks && s->recursion == 0) {
292
if (
common_flags
()->detect_deadlocks) {
330
if (
common_flags
()->detect_deadlocks && s->recursion == 0)
[
all
...]
tsan_report.cc
128
RenderFrame(&res,
common_flags
()->stack_trace_format, i, frame->info,
129
common_flags
()->symbolize_vs_style,
130
common_flags
()->strip_path_prefix, kInterposedFunctionPrefix);
375
StripPathPrefix(info.file,
common_flags
()->strip_path_prefix),
tsan_rtl.cc
341
__sanitizer_set_report_path(
common_flags
()->log_path);
354
if (
common_flags
()->detect_deadlocks)
412
if (
common_flags
()->print_suppressions)
426
return failed ?
common_flags
()->exitcode : 0;
844
if (kGoMode || size <
common_flags
()->clear_shadow_mmap_threshold) {
tsan_rtl_thread.cc
112
if (
common_flags
()->detect_deadlocks) {
141
if (
common_flags
()->detect_deadlocks) {
/external/compiler-rt/lib/lsan/
lsan_common.cc
96
if (
common_flags
()->detect_leaks) {
433
if (
common_flags
()->print_suppressions)
451
if (
common_flags
()->exitcode) {
628
if (!
common_flags
()->detect_leaks)
692
if (!__lsan::disable_counter &&
common_flags
()->detect_leaks) {
703
if (
common_flags
()->detect_leaks)
711
if (
common_flags
()->detect_leaks)
lsan_allocator.cc
60
allocator.InitLinkerInitialized(
common_flags
()->allocator_may_return_null);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc
383
const char *path =
common_flags
()->external_symbolizer_path;
421
if (
common_flags
()->allow_addr2line) {
432
if (!
common_flags
()->symbolize) {
sanitizer_coverage_mapping_libcdep.cc
65
if (!
common_flags
()->coverage_direct) return;
sanitizer_symbolizer_win.cc
249
if (!
common_flags
()->symbolize) {
255
const char *user_path =
common_flags
()->external_symbolizer_path;
sanitizer_mac.cc
355
return (signum == SIGSEGV || signum == SIGBUS) &&
common_flags
()->handle_segv;
450
if (
common_flags
()->log_to_syslog)
463
if (
common_flags
()->log_to_syslog)
467
if (
common_flags
()->abort_on_error)
sanitizer_printf.cc
263
if (
common_flags
()->log_exe_name && exe_name) {
281
if (
common_flags
()->log_to_syslog && ShouldLogAfterPrintf())
/external/compiler-rt/lib/cfi/
cfi.cc
230
SetVerbosity(
common_flags
()->verbosity);
234
if (
common_flags
()->help) {
/hardware/qcom/display/msm8084/libcopybit/
Android.mk
29
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdcopybit\"
/hardware/qcom/display/msm8226/libcopybit/
Android.mk
29
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdcopybit\"
/hardware/qcom/display/msm8909/libcopybit/
Android.mk
29
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdcopybit\"
/hardware/qcom/display/msm8960/libcopybit/
Android.mk
29
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdcopybit\"
/hardware/qcom/display/msm8994/libcopybit/
Android.mk
32
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdcopybit\"
/hardware/qcom/display/msm8996/libcopybit/
Android.mk
29
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdcopybit\" -Wno-sign-conversion
/external/compiler-rt/lib/dfsan/
dfsan.cc
365
SetVerbosity(
common_flags
()->verbosity);
367
if (
common_flags
()->help) parser.PrintFlagDescriptions();
Completed in 378 milliseconds
1
2
3
4
5