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

/external/valgrind/main/coregrind/
H A Dpub_core_redir.h75 extern void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from );
H A Dm_redir.c558 for the indirection function with address old_from that redirects
562 void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from ) argument
566 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
579 (ULong)old_from, (ULong)new_from, (ULong)new.to_addr );

Completed in 45 milliseconds