Searched refs:heap_chunk_start (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_report.cc | 31 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0), in ReportLocation() 201 loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation() 205 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation() 426 loc->heap_chunk_size, loc->heap_chunk_start); in PrintLocation()
|
H A D | tsan_report.h | 78 uptr heap_chunk_start; member
|
H A D | tsan_debugging.cc | 128 *start = loc->heap_chunk_start; in __tsan_get_report_loc()
|
H A D | tsan_rtl_report.cc | 338 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_report.cc | 29 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0), in ReportLocation() 199 loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation() 203 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation() 424 loc->heap_chunk_size, loc->heap_chunk_start); in PrintLocation()
|
H A D | tsan_report.h | 76 uptr heap_chunk_start; member
|
H A D | tsan_debugging.cc | 126 *start = loc->heap_chunk_start; in __tsan_get_report_loc()
|
H A D | tsan_rtl_report.cc | 336 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_report.cpp | 189 reinterpret_cast<void *>(loc->heap_chunk_start), in PrintLocation() 194 reinterpret_cast<void *>(loc->heap_chunk_start), in PrintLocation() 420 reinterpret_cast<void *>(loc->heap_chunk_start)); in PrintLocation()
|
H A D | tsan_report.h | 74 uptr heap_chunk_start = 0; member
|
H A D | tsan_debugging.cpp | 133 *start = loc->heap_chunk_start; in __tsan_get_report_loc()
|
H A D | tsan_rtl_report.cpp | 349 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
H A D | tsan_go.cc | 97 loc->heap_chunk_start = cbctx.start; in SymbolizeData()
|