Lines Matching defs:addr

26 bool IsExpectedReport(uptr addr, uptr size) {  in IsExpectedReport()
52 SymbolizedStack *SymbolizeCode(uptr addr) { in SymbolizeCode()
81 uptr addr; member
91 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
165 void __tsan_map_shadow(uptr addr, uptr size) { in __tsan_map_shadow()
169 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read()
173 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc()
181 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write()
185 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc()
193 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range()
197 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range()
240 void __tsan_acquire(ThreadState *thr, void *addr) { in __tsan_acquire()
244 void __tsan_release_acquire(ThreadState *thr, void *addr) { in __tsan_release_acquire()
248 void __tsan_release(ThreadState *thr, void *addr) { in __tsan_release()
252 void __tsan_release_merge(ThreadState *thr, void *addr) { in __tsan_release_merge()
258 void __tsan_mutex_before_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_lock()
265 void __tsan_mutex_after_lock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_after_lock()
272 void __tsan_mutex_before_unlock(ThreadState *thr, uptr addr, uptr write) { in __tsan_mutex_before_unlock()