Lines Matching defs:access
187 "(wild memory access suspected).\n");
202 // Try to fetch precise stack frame for this access.
203 AsanThread::StackFrameAccess access;
204 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
209 descr->offset = access.offset;
211 descr->frame_pc = access.frame_pc;
212 descr->frame_descr = access.frame_descr;
232 // current memory access, indicate it in the log.
260 // FIXME: we may want to also print the size of the access here,
262 str.AppendF("%s <== Memory access at offset %zd %s this variable%s\n",
474 Printf("Address %p is a wild pointer inside of access range of size %p.\n",
507 "(wild memory access suspected).\n");