| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 63 internal_strlcat(full_path, common_flags()->log_suffix, kMaxPathLength); in ReopenIfNecessary() 116 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath() 213 InternalMmapVector<char> buffer(kMaxPathLength); in FindPathToBinary() 218 if (prefix_len + name_len + 2 <= kMaxPathLength) { in FindPathToBinary()
|
| H A D | sanitizer_flags.cpp | 94 char *buf = (char *)MmapOrDie(kMaxPathLength, "FlagHandlerInclude"); in Parse() 95 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse() 97 UnmapOrDie(buf, kMaxPathLength); in Parse()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 44 internal_snprintf(path, kMaxPathLength, "%s/%s.%zd.%s", in GetCoverageFilename() 62 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() 63 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() 92 GetModuleAndOffsetForPc(pc, module_name, kMaxPathLength, &pcs[i]); in SanitizerDumpCoverage()
|
| H A D | sanitizer_file.h | 39 char path_prefix[kMaxPathLength]; 41 char full_path[kMaxPathLength];
|
| H A D | sanitizer_suppressions.cpp | 37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() 72 InternalMmapVector<char> new_file_path(kMaxPathLength); in ParseFromFile()
|
| H A D | sanitizer_win.cpp | 673 InternalMmapVector<wchar_t> modname_utf16(kMaxPathLength); in init() 674 InternalMmapVector<char> module_name(kMaxPathLength); in init() 685 GetModuleFileNameW(handle, &modname_utf16[0], kMaxPathLength); in init() 690 kMaxPathLength, NULL, NULL); in init() 1080 InternalMmapVector<wchar_t> binname_utf16(kMaxPathLength); in ReadBinaryName() 1082 GetModuleFileNameW(NULL, &binname_utf16[0], kMaxPathLength); in ReadBinaryName()
|
| H A D | sanitizer_symbolizer_win.cpp | 287 char *new_path = (char *)InternalAlloc(kMaxPathLength); in ChooseSymbolizerTools() 288 SubstituteForFlagValue(user_path, new_path, kMaxPathLength); in ChooseSymbolizerTools()
|
| H A D | sanitizer_common.cpp | 250 static char binary_name_cache_str[kMaxPathLength]; 251 static char process_name_cache_str[kMaxPathLength];
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 414 char *new_path = (char *)InternalAlloc(kMaxPathLength); in ChooseExternalSymbolizer() 415 SubstituteForFlagValue(path, new_path, kMaxPathLength); in ChooseExternalSymbolizer()
|
| H A D | sanitizer_libignore.cpp | 41 InternalMmapVector<char> buf(kMaxPathLength); in OnLibraryLoaded()
|
| H A D | sanitizer_procmaps_common.cpp | 123 InternalMmapVector<char> module_name(kMaxPathLength); in DumpListOfModules()
|
| H A D | sanitizer_procmaps_mac.cpp | 423 InternalMmapVector<char> module_name(kMaxPathLength); in DumpListOfModules()
|
| H A D | sanitizer_posix.cpp | 288 InternalMmapVector<char> buff(kMaxPathLength); in GetCodeRangeForFile()
|
| H A D | sanitizer_mac.cpp | 466 CHECK_LE(kMaxPathLength, buf_len); in ReadBinaryName() 471 InternalMmapVector<char> exe_path(kMaxPathLength); in ReadBinaryName()
|
| H A D | sanitizer_linux_libcdep.cpp | 694 InternalMmapVector<char> module_name(kMaxPathLength); in dl_iterate_phdr_cb()
|
| H A D | sanitizer_common.h | 42 const uptr kMaxPathLength = 4096; variable
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 44 InternalMmapVector<char> path(kMaxPathLength); in OpenStatsFile() 45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 135 const size_t kMaxPathLength = 4096; variable 3167 char program_path[kMaxPathLength]; in GetPathToLoadable() 3193 char path[kMaxPathLength]; in TEST() 3209 char path[kMaxPathLength]; in TEST()
|