Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dfn.c206 static obj_node* obj_table[N_OBJ_ENTRIES]; variable
212 obj_table[i] = 0; 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_()