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

/external/valgrind/main/callgrind/
H A Dfn.c267 UInt objname_hash; local
273 objname_hash = str_hash(obj_name, N_OBJ_ENTRIES);
274 curr_obj_node = obj_table[objname_hash];
280 obj_table[objname_hash] = curr_obj_node =
281 new_obj_node(di, obj_table[objname_hash]);

Completed in 78 milliseconds