Searched refs:new_from (Results 1 – 3 of 3) sorted by relevance
76 extern void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from );
751 void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from ) in VG_()760 new.from_addr = new_from; in VG_()768 old_from, new_from, new.to_addr ); in VG_()
6045 int new_from = Min(to_replace.from(), from); in InsertRangeInCanonicalList() local6047 list->at(start_pos) = CharacterRange::Range(new_from, new_to); in InsertRangeInCanonicalList()6053 int new_from = Min(list->at(start_pos).from(), from); in InsertRangeInCanonicalList() local6058 list->at(start_pos) = CharacterRange::Range(new_from, new_to); in InsertRangeInCanonicalList()