Home | History | Annotate | Download | only in memcheck

Lines Matching refs:routine

59  *  routine - If 1, access violation has occurred in 'free' routine.
60 * If 2, access violation has occurred in 'realloc' routine.
63 av_invalid_pointer(ProcDesc* proc, target_ulong ptr, int routine)
71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
72 routine == 1 ? "free" : "reallocate");
113 /* Obtain routine, filename / line info for the address. */
121 printf(" In routine %s in %s/%s:%u\n",
151 printf(" Unable to obtain routine information. Symbols file is not found.\n");
153 printf(" Unable to obtain routine information.\n"
175 * proc_ptr - Upon exit from this routine contains pointer to the process
178 * desc_ptr - Upon exit from this routine contains pointer to the allocation
437 * thread's stack is the most distant routine from the current one). On the
537 qdesc.query_pid, qdesc.routine == 1 ? "free" : "realloc");
545 av_invalid_pointer(proc, qdesc.ptr, qdesc.routine);
561 /* Validates read operations, detected in __ldx_mmu routine.
562 * This routine is called from __ldx_mmu wrapper implemented in
572 * access to this page, this routine returns 0.
594 /* Validates write operations, detected in __stx_mmu routine.
595 * This routine is called from __stx_mmu wrapper implemented in
607 * access to this page, this routine returns 0.