/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_common_test.cc | 92 InternalMmapVector<uptr> v; in TEST() 98 InternalMmapVector<uptr> v; in TEST() 120 TEST(SanitizerCommon, InternalMmapVector) { in TEST() argument 121 InternalMmapVector<uptr> vector; in TEST() 134 InternalMmapVector<uptr> empty_vector; in TEST() 140 InternalMmapVector<uptr> vector1; in TEST() 141 InternalMmapVector<uptr> vector2; in TEST() 163 InternalMmapVector<uptr> vector1; in TEST() 164 InternalMmapVector<uptr> vector2; in TEST() 165 InternalMmapVector<uptr> vector3; in TEST() [all …]
|
H A D | sanitizer_procmaps_test.cc | 40 InternalMmapVector<LoadedModule> modules; in TEST() 60 InternalMmapVector<LoadedModule> modules; in TEST()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 538 class InternalMmapVector : public InternalMmapVectorNoCtor<T> { 540 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(1); } in InternalMmapVector() function 541 explicit InternalMmapVector(uptr cnt) { in InternalMmapVector() function 545 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); } in ~InternalMmapVector() 547 InternalMmapVector(const InternalMmapVector &) = delete; 548 InternalMmapVector &operator=(const InternalMmapVector &) = delete; 549 InternalMmapVector(InternalMmapVector &&) = delete; 550 InternalMmapVector &operator=(InternalMmapVector &&) = delete; 553 class InternalScopedString : public InternalMmapVector<char> { 556 : InternalMmapVector<char>(max_length), length_(0) { in InternalScopedString()
|
H A D | sanitizer_suppressions.h | 41 void GetMatched(InternalMmapVector<Suppression *> *matched); 48 InternalMmapVector<Suppression> suppressions_;
|
H A D | sanitizer_symbolizer_report.cc | 97 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() 176 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() 206 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl()
|
H A D | sanitizer_linux.h | 91 Result ListThreads(InternalMmapVector<tid_t> *threads); 98 InternalMmapVector<char> buffer_;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 542 class InternalMmapVector : public InternalMmapVectorNoCtor<T> { 544 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(1); } in InternalMmapVector() function 545 explicit InternalMmapVector(uptr cnt) { in InternalMmapVector() function 549 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); } in ~InternalMmapVector() 551 InternalMmapVector(const InternalMmapVector &) = delete; 552 InternalMmapVector &operator=(const InternalMmapVector &) = delete; 553 InternalMmapVector(InternalMmapVector &&) = delete; 554 InternalMmapVector &operator=(InternalMmapVector &&) = delete; 557 class InternalScopedString : public InternalMmapVector<char> { 560 : InternalMmapVector<char>(max_length), length_(0) { in InternalScopedString()
|
H A D | sanitizer_suppressions.h | 43 void GetMatched(InternalMmapVector<Suppression *> *matched); 50 InternalMmapVector<Suppression> suppressions_;
|
H A D | sanitizer_symbolizer_report.cc | 99 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() 178 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() 208 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl()
|
H A D | sanitizer_linux.h | 87 Result ListThreads(InternalMmapVector<tid_t> *threads); 94 InternalMmapVector<char> buffer_;
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 596 class InternalMmapVector : public InternalMmapVectorNoCtor<T> { 598 InternalMmapVector() { InternalMmapVectorNoCtor<T>::Initialize(0); } in InternalMmapVector() function 599 explicit InternalMmapVector(uptr cnt) { in InternalMmapVector() function 603 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); } in ~InternalMmapVector() 605 InternalMmapVector(const InternalMmapVector &) = delete; 606 InternalMmapVector &operator=(const InternalMmapVector &) = delete; 607 InternalMmapVector(InternalMmapVector &&) = delete; 608 InternalMmapVector &operator=(InternalMmapVector &&) = delete; 625 InternalMmapVector<char> buffer_;
|
H A D | sanitizer_suppressions.h | 42 void GetMatched(InternalMmapVector<Suppression *> *matched); 49 InternalMmapVector<Suppression> suppressions_;
|
H A D | sanitizer_stoptheworld_mac.cpp | 41 InternalMmapVector<uptr> *buffer, 45 InternalMmapVector<SuspendedThreadInfo> threads_; 145 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const { in GetRegistersAndSP()
|
H A D | sanitizer_suppressions.cpp | 37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() 72 InternalMmapVector<char> new_file_path(kMaxPathLength); in ParseFromFile() 175 InternalMmapVector<Suppression *> *matched) { in GetMatched()
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 61 InternalMmapVector<uptr> *buffer, 65 InternalMmapVector<tid_t> thread_ids_; 199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() 338 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const { in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 98 InternalMmapVector<uptr> *buffer, 102 InternalMmapVector<tid_t> thread_ids_; 212 InternalMmapVector<tid_t> threads; in SuspendAllThreads() 298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() 556 uptr index, InternalMmapVector<uptr> *buffer, uptr *sp) const { in GetRegistersAndSP()
|
H A D | sanitizer_symbolizer_report.cpp | 105 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() 187 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() 226 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl()
|
H A D | sanitizer_linux.h | 98 Result ListThreads(InternalMmapVector<tid_t> *threads); 105 InternalMmapVector<char> buffer_;
|
H A D | sanitizer_symbolizer.h | 103 InternalMmapVector<LocalInfo> locals; 169 InternalMmapVector<const char*> storage_;
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_common.cpp | 72 InternalMmapVector<u32> suppressed_stacks; 85 const InternalMmapVector<u32> &GetSortedSuppressedStacks() { in GetSortedSuppressedStacks() 256 InternalMmapVector<uptr> ptrs; in ProcessThreadRegistry() 279 InternalMmapVector<uptr> registers; in ProcessThreads() 456 const InternalMmapVector<u32> &suppressed = in IgnoredSuppressedCb() 457 *static_cast<const InternalMmapVector<u32> *>(arg); in IgnoredSuppressedCb() 545 const InternalMmapVector<u32> &suppressed_stacks = in ClassifyAllChunks() 549 const_cast<InternalMmapVector<u32> *>(&suppressed_stacks)); in ClassifyAllChunks() 597 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() 614 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() [all …]
|
H A D | lsan_common.h | 117 InternalMmapVector<Leak> leaks_; 118 InternalMmapVector<LeakedObject> leaked_objects_; 121 typedef InternalMmapVector<uptr> Frontier; 231 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_common.h | 112 InternalMmapVector<Leak> leaks_; 113 InternalMmapVector<LeakedObject> leaked_objects_; 116 typedef InternalMmapVector<uptr> Frontier; 128 InternalMmapVector<RootRegion> const *GetRootRegions();
|
H A D | lsan_common.cc | 99 static InternalMmapVector<RootRegion> *root_regions; 101 InternalMmapVector<RootRegion> const *GetRootRegions() { return root_regions; } in GetRootRegions() 105 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions() 106 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT in InitializeRootRegions() 216 InternalMmapVector<uptr> registers(suspended_threads.RegisterCount()); in ProcessThreads() 509 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() 529 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() 530 *(const InternalMmapVector<tid_t> *)arg; in ReportIfNotSuspended() 542 InternalMmapVector<tid_t> threads(suspended_threads.ThreadCount()); in ReportUnsuspendedThreads()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_common.h | 112 InternalMmapVector<Leak> leaks_; 113 InternalMmapVector<LeakedObject> leaked_objects_; 116 typedef InternalMmapVector<uptr> Frontier; 128 InternalMmapVector<RootRegion> const *GetRootRegions();
|
H A D | lsan_common.cc | 101 static InternalMmapVector<RootRegion> *root_regions; 103 InternalMmapVector<RootRegion> const *GetRootRegions() { return root_regions; } in GetRootRegions() 107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions() 108 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT in InitializeRootRegions() 218 InternalMmapVector<uptr> registers(suspended_threads.RegisterCount()); in ProcessThreads() 511 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() 531 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() 532 *(const InternalMmapVector<tid_t> *)arg; in ReportIfNotSuspended() 544 InternalMmapVector<tid_t> threads(suspended_threads.ThreadCount()); in ReportUnsuspendedThreads()
|