Home | History | Annotate | Download | only in coregrind

Lines Matching refs:new_from

487    the ordinary function with address new_from to the target address
490 void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from )
499 new.from_addr = new_from;
506 (ULong)old_from, (ULong)new_from, (ULong)new.to_addr );