Home
last modified time | relevance | path

Searched refs:MBlockReportStack (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize_addr2line_linux.cc97 ModuleDesc *m = (ModuleDesc*)internal_alloc(MBlockReportStack, in dl_iterate_phdr_cb()
118 SectionDesc *sec = (SectionDesc*)internal_alloc(MBlockReportStack, in dl_iterate_phdr_cb()
176 res->func = (char*)internal_alloc(MBlockReportStack, pos - func.data() + 1); in SymbolizeCodeAddr2Line()
181 res->file = (char*)internal_alloc(MBlockReportStack, pos2 - pos - 1 + 1); in SymbolizeCodeAddr2Line()
Dtsan_symbolize.cc40 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack, in NewReportStackEntry()
106 ReportLocation *ent = (ReportLocation*)internal_alloc(MBlockReportStack, in SymbolizeData()
Dtsan_mman.h61 MBlockReportStack, enumerator
Dtsan_report.cc20 : stacks(MBlockReportStack) in ReportDesc()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc39 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack, in NewReportStackEntry()
59 ReportStack *s = (ReportStack*)internal_alloc(MBlockReportStack, in SymbolizeCode()