Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dfn.c51 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_()
[all …]
Dbb.c60 UInt bb_hash_idx(obj_node* obj, PtrdiffT offset, UInt size) in bb_hash_idx()
121 static BB* new_bb(obj_node* obj, PtrdiffT offset, in new_bb()
179 BB* lookup_bb(obj_node* obj, PtrdiffT offset) in lookup_bb()
198 obj_node* obj_of_address(Addr addr) in obj_of_address()
200 obj_node* obj; in obj_of_address()
245 obj_node* obj; in CLG_()
294 obj_node* obj = obj_of_address(addr); in CLG_()
Dglobal.h224 typedef struct _obj_node obj_node; typedef
309 obj_node* obj; /* ELF object of BB */
455 obj_node* obj;
473 obj_node* next;
640 obj_node* obj;
751 obj_node* CLG_(get_obj_node)(DebugInfo* si);
752 file_node* CLG_(get_file_node)(obj_node*, Char* filename);
Ddebug.c297 obj_node* obj; in CLG_()
Ddump.c186 static void print_obj(Char* buf, obj_node* obj) in print_obj()
657 obj_node* obj; in fprint_jcc()