Home | History | Annotate | Download | only in memcheck

Lines Matching refs:make_mem_noaccess

1778 void MC_(make_mem_noaccess) ( Addr a, SizeT len )
1780 PROF_EVENT(40, "MC_(make_mem_noaccess)");
1781 DEBUG("MC_(make_mem_noaccess)(%p, %lu)\n", a, len);
2642 MC_(make_mem_noaccess)(a, 4);
2650 MC_(make_mem_noaccess)(a, 4);
2727 MC_(make_mem_noaccess)(a, 8);
2735 MC_(make_mem_noaccess)(a, 8);
2802 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 );
2847 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-8, 8 );
2907 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-12, 12 );
2966 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-16, 16 );
3038 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-32, 32 );
3113 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-112, 112 );
3194 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-128, 128 );
3281 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-144, 144 );
3374 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-160, 160 );
3396 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + a, len );
4061 MC_(make_mem_noaccess)(a, len);
5696 case 0: MC_(make_mem_noaccess) (address, szB); break;
5916 MC_(make_mem_noaccess) ( arg[1], arg[2] );
6016 MC_(make_mem_noaccess) ( p - rzB, rzB);
6017 MC_(make_mem_noaccess) ( p + sizeB, rzB);
6861 MC_(make_mem_noaccess) (addr, len);
6931 VG_(track_die_mem_stack_signal)( MC_(make_mem_noaccess) );
6932 VG_(track_die_mem_brk) ( MC_(make_mem_noaccess) );
6933 VG_(track_die_mem_munmap) ( MC_(make_mem_noaccess) );
6952 VG_(track_ban_mem_stack) ( MC_(make_mem_noaccess) );