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