Home
last modified time | relevance | path

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

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