Home | History | Annotate | Download | only in coregrind

Lines Matching refs:from_addr

283       Addr     from_addr;   /* old addr -- MUST BE THE FIRST WORD! */
779 new.from_addr = new_from;
863 act.from_addr = sym_avmas.main;
881 act.from_addr = GET_LOCAL_EP_AVMA(sym_avmas);
962 if (!is_plausible_guest_addr(act.from_addr)
964 && act.from_addr != 0xFFFFFFFFFF600000ULL
965 && act.from_addr != 0xFFFFFFFFFF600400ULL
966 && act.from_addr != 0xFFFFFFFFFF600800ULL
973 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr );
976 vg_assert(old->from_addr == act.from_addr);
978 /* We've got a conflicting binding -- that is, from_addr is
1025 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr );
1037 /* There's no previous binding for this from_addr, so we must
1053 VG_(discard_translations)( act.from_addr, 1,
1054 "redir_new_DebugInfo(from_addr)");
1129 if (!is_plausible_guest_addr(act->from_addr))
1136 VG_(OSetWord_Insert)( tmpSet, act->from_addr );
1139 VG_(discard_translations)( act->from_addr, 1,
1140 "redir_del_DebugInfo(from_addr)");
1235 act.from_addr = from;
1320 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr),
1863 ok = VG_(get_fnname_w_offset)(act->from_addr, &buf);
1875 act->from_addr, name1,