Home
last modified time | relevance | path

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

/external/valgrind/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()
119 static BB* new_bb(obj_node* obj, PtrdiffT offset, in new_bb()
177 BB* lookup_bb(obj_node* obj, PtrdiffT offset) in lookup_bb()
196 obj_node* obj_of_address(Addr addr) in obj_of_address()
198 obj_node* obj; in obj_of_address()
243 obj_node* obj; in CLG_()
292 obj_node* obj = obj_of_address(addr); in CLG_()
Dglobal.h188 typedef struct _obj_node obj_node; typedef
284 obj_node* obj; /* ELF object of BB */
428 obj_node* obj;
446 obj_node* next;
614 obj_node* obj;
715 obj_node* CLG_(get_obj_node)(DebugInfo* si);
716 file_node* CLG_(get_file_node)(obj_node*, const HChar *dirname,
Ddebug.c297 obj_node* obj; in CLG_()
Ddump.c127 static void print_obj(VgFile *fp, const HChar* prefix, obj_node* obj) in print_obj()
566 obj_node* obj; in fprint_jcc()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp5084 bool ValidateObjectNotInUse(const layer_data *dev_data, BASE_NODE *obj_node, VK_OBJECT obj_struct, in ValidateObjectNotInUse() argument
5089 if (obj_node->in_use.load()) { in ValidateObjectNotInUse()