HomeSort by relevance Sort by last modified time
    Searched refs:safe_to_deref (Results 1 - 6 of 6) sorted by null

  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 547 && ML_(safe_to_deref)(tst->os_state.ustack, sizeof(vki_stack_t))
    [all...]
syswrap-generic.c 151 Bool ML_(safe_to_deref) ( const void *start, SizeT size ) function
1050 if ( ML_(safe_to_deref)(&msg->msg_name, sizeof (void *))
1057 if ( ML_(safe_to_deref)(&msg->msg_iov, sizeof (void *))
1062 if (ML_(safe_to_deref)(&msg->msg_iovlen, sizeof (UInt))) {
    [all...]
syswrap-linux.c     [all...]
syswrap-x86-linux.c 491 } else if (ptr != NULL && ! ML_(safe_to_deref)(ptr, bytecount)) {
525 if (info == NULL || ! ML_(safe_to_deref)(info, sizeof(vki_modify_ldt_t))) {
579 if (info == NULL || ! ML_(safe_to_deref)(info, sizeof(vki_modify_ldt_t))) {
    [all...]
priv_syswrap-generic.h 54 extern Bool ML_(safe_to_deref) ( const void *start, SizeT size );
syswrap-darwin.c     [all...]

Completed in 876 milliseconds