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

/external/valgrind/main/auxprogs/
H A Dgen-mdg31 # hash(src, hash(dst, dst_realname))
38 # The 'dst_realname' holds the original name, eg. '"memcheck.h"' or
40 # with 'dst_realname' and that's what gets seen. (Although we use "" for
41 # 'dst_realname' when it would be the same as 'dst'.)
234 while (my ($dst, $dst_realname) = each %$dst_hash) {
239 if ($dst_realname ne "") {
241 print(" $dst [label=\"$dst_realname\"]\n");

Completed in 50 milliseconds