Searched refs:is_stack (Results 1 – 6 of 6) sorted by relevance
203 bool is_stack = false; in __tsan_locate_address() local219 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); in __tsan_locate_address()222 region_kind = is_stack ? "stack" : "tls"; in __tsan_locate_address()
242 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack) { in IsThreadStackOrTls() argument251 *is_stack = (addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size); in IsThreadStackOrTls()348 bool is_stack = false; in AddLocation() local349 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation()351 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
627 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack);
237 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack) { in IsThreadStackOrTls() argument246 *is_stack = (addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size); in IsThreadStackOrTls()342 bool is_stack = false; in AddLocation() local343 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation()345 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
3444 <!-- bool MemoryRegionMap::Region::is_stack -->3445 …<var-decl name='is_stack' type-id='type-id-61' visibility='default' filepath='src/memory_region_ma…
2009 …<var-decl name='is_stack' type-id='type-id-61' visibility='default' filepath='src/memory_region_ma…