• Home
  • Raw
  • Download

Lines Matching refs:make_mem_noaccess

1519 void MC_(make_mem_noaccess) ( Addr a, SizeT len )  in MC_()  argument
2379 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess()
2387 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess()
2464 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess()
2472 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess()
2539 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 ); in mc_die_mem_stack_4()
2584 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-8, 8 ); in mc_die_mem_stack_8()
2644 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-12, 12 ); in mc_die_mem_stack_12()
2703 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-16, 16 ); in mc_die_mem_stack_16()
2775 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-32, 32 ); in mc_die_mem_stack_32()
2850 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-112, 112 ); in mc_die_mem_stack_112()
2931 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-128, 128 ); in mc_die_mem_stack_128()
3018 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-144, 144 ); in mc_die_mem_stack_144()
3111 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-160, 160 ); in mc_die_mem_stack_160()
3133 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + a, len ); in mc_die_mem_stack()
3798 MC_(make_mem_noaccess)(a, len); in mc_new_mem_mmap() local
5148 case 0: MC_(make_mem_noaccess) (address, szB); break; in handle_gdb_monitor_command() local
5332 MC_(make_mem_noaccess) ( arg[1], arg[2] ); in mc_handle_client_request() local
6125 MC_(make_mem_noaccess) (addr, len); in mc_mark_unaddressable_for_watchpoint() local
6242 VG_(track_die_mem_stack_signal)( MC_(make_mem_noaccess) ); in mc_pre_clo_init()
6243 VG_(track_die_mem_brk) ( MC_(make_mem_noaccess) ); in mc_pre_clo_init()
6244 VG_(track_die_mem_munmap) ( MC_(make_mem_noaccess) ); in mc_pre_clo_init()
6263 VG_(track_ban_mem_stack) ( MC_(make_mem_noaccess) ); in mc_pre_clo_init()