Home | History | Annotate | Download | only in callgrind

Lines Matching refs:obj_node

51 static Bool check_code(obj_node* obj,
122 static Bool search_runtime_resolve(obj_node* obj)
206 static obj_node* obj_table[N_OBJ_ENTRIES];
229 obj_node* new_obj_node(DebugInfo* di, obj_node* next)
232 obj_node* obj;
234 obj = (obj_node*) CLG_MALLOC("cl.fn.non.1", sizeof(obj_node));
264 obj_node* CLG_(get_obj_node)(DebugInfo* di)
266 obj_node* curr_obj_node;
290 obj_node* obj, file_node* next)
307 file_node* CLG_(get_file_node)(obj_node* curr_obj_node,
418 obj_node *obj = CLG_(get_obj_node)(di);