• Home
  • Raw
  • Download

Lines Matching refs:make_mem_noaccess

1782 void MC_(make_mem_noaccess) ( Addr a, SizeT len )  in MC_()  argument
2648 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess()
2656 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess()
2733 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess()
2741 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess()
2808 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 ); in mc_die_mem_stack_4()
2853 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-8, 8 ); in mc_die_mem_stack_8()
2913 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-12, 12 ); in mc_die_mem_stack_12()
2972 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-16, 16 ); in mc_die_mem_stack_16()
3044 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-32, 32 ); in mc_die_mem_stack_32()
3119 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-112, 112 ); in mc_die_mem_stack_112()
3200 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-128, 128 ); in mc_die_mem_stack_128()
3287 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-144, 144 ); in mc_die_mem_stack_144()
3380 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-160, 160 ); in mc_die_mem_stack_160()
3402 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + a, len ); in mc_die_mem_stack()
4067 MC_(make_mem_noaccess)(a, len); in mc_new_mem_mmap() local
5678 case 0: MC_(make_mem_noaccess) (address, szB); break; in handle_gdb_monitor_command() local
5898 MC_(make_mem_noaccess) ( arg[1], arg[2] ); in mc_handle_client_request() local
5998 MC_(make_mem_noaccess) ( p - rzB, rzB); in mc_handle_client_request()
5999 MC_(make_mem_noaccess) ( p + sizeB, rzB); in mc_handle_client_request()
6843 MC_(make_mem_noaccess) (addr, len); in mc_mark_unaddressable_for_watchpoint() local
6913 VG_(track_die_mem_stack_signal)( MC_(make_mem_noaccess) ); in mc_pre_clo_init()
6914 VG_(track_die_mem_brk) ( MC_(make_mem_noaccess) ); in mc_pre_clo_init()
6915 VG_(track_die_mem_munmap) ( MC_(make_mem_noaccess) ); in mc_pre_clo_init()
6934 VG_(track_ban_mem_stack) ( MC_(make_mem_noaccess) ); in mc_pre_clo_init()