Home | History | Annotate | Download | only in msan

Lines Matching refs:bp

220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp,
226 return stack->Unwind(max_s, pc, bp, nullptr, 0, 0, request_fast_unwind);
228 stack->Unwind(max_s, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
232 void PrintWarning(uptr pc, uptr bp) {
233 PrintWarningWithOrigin(pc, bp, __msan_origin_tls);
236 void PrintWarningWithOrigin(uptr pc, uptr bp, u32 origin) {
246 GET_FATAL_STACK_TRACE_PC_BP(pc, bp);
319 PrintWarningWithOrigin(pc, bp, o); \
338 GET_STORE_STACK_TRACE_PC_BP(pc, bp); \
353 PrintWarning(pc, bp);
365 PrintWarning(pc, bp);
443 GET_FATAL_STACK_TRACE_PC_BP(pc, bp);
489 __msan::PrintWarningWithOrigin(pc, bp,
562 GET_STORE_STACK_TRACE_PC_BP(pc, bp);