Searched defs:old_from (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_redir.c691 for the indirection function with address old_from that redirects
695 void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from ) argument
699 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
712 (ULong)old_from, (ULong)new_from, (ULong)new.to_addr );

Completed in 87 milliseconds