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.cc96 ModuleDesc *m = (ModuleDesc*)internal_alloc(MBlockReportStack, in dl_iterate_phdr_cb()
117 SectionDesc *sec = (SectionDesc*)internal_alloc(MBlockReportStack, in dl_iterate_phdr_cb()
175 res->func = (char*)internal_alloc(MBlockReportStack, pos - func.data() + 1); in SymbolizeCodeAddr2Line()
180 res->file = (char*)internal_alloc(MBlockReportStack, pos2 - pos - 1 + 1); in SymbolizeCodeAddr2Line()
Dtsan_mman.h54 MBlockReportStack, enumerator
Dtsan_symbolize.cc25 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack, in NewReportStackEntry()
Dtsan_report.cc20 : stacks(MBlockReportStack) in ReportDesc()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc43 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack, in NewReportStackEntry()
63 ReportStack *s = (ReportStack*)internal_alloc(MBlockReportStack, in SymbolizeCode()