Home | History | Annotate | Download | only in coregrind

Lines Matching defs:from_addr

282       Addr     from_addr;   /* old addr -- MUST BE THE FIRST WORD! */
704 new.from_addr = new_from;
776 act.from_addr = sym_addr;
863 if (!is_plausible_guest_addr(act.from_addr)
865 && act.from_addr != 0xFFFFFFFFFF600000ULL
866 && act.from_addr != 0xFFFFFFFFFF600400ULL
867 && act.from_addr != 0xFFFFFFFFFF600800ULL
874 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr );
877 vg_assert(old->from_addr == act.from_addr);
879 /* We've got a conflicting binding -- that is, from_addr is
926 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr );
938 /* There's no previous binding for this from_addr, so we must
954 VG_(discard_translations)( (Addr64)act.from_addr, 1,
955 "redir_new_DebugInfo(from_addr)");
1030 if (!is_plausible_guest_addr(act->from_addr))
1037 VG_(OSetWord_Insert)( tmpSet, act->from_addr );
1040 VG_(discard_translations)( (Addr64)act->from_addr, 1,
1041 "redir_del_DebugInfo(from_addr)");
1113 act.from_addr = from;
1191 activeSet = VG_(OSetGen_Create)(offsetof(Active, from_addr),
1594 ok = VG_(get_fnname_w_offset)(act->from_addr, name1, 64);
1601 (ULong)act->from_addr, name1,