Searched refs:is_plausible_guest_addr (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/coregrind/
H A Dm_redir.c308 static Bool is_plausible_guest_addr(Addr);
584 vg_assert(is_plausible_guest_addr(sym_addr));
863 if (!is_plausible_guest_addr(act.from_addr)
1030 if (!is_plausible_guest_addr(act->from_addr))
1032 if (!is_plausible_guest_addr(act->to_addr))
1451 static Bool is_plausible_guest_addr(Addr a) function

Completed in 467 milliseconds