Home
last modified time | relevance | path

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 Dtsan_report.cc31 : 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 Dtsan_report.h78 uptr heap_chunk_start; member
H A Dtsan_debugging.cc128 *start = loc->heap_chunk_start; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cc338 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.cc29 : 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 Dtsan_report.h76 uptr heap_chunk_start; member
H A Dtsan_debugging.cc126 *start = loc->heap_chunk_start; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cc336 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.cpp189 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 Dtsan_report.h74 uptr heap_chunk_start = 0; member
H A Dtsan_debugging.cpp133 *start = loc->heap_chunk_start; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cpp349 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc97 loc->heap_chunk_start = cbctx.start; in SymbolizeData()