HomeSort by relevance Sort by last modified time
    Searched refs:obj_node (Results 1 - 8 of 8) sorted by null

  /external/valgrind/callgrind/
bb.c 60 UInt bb_hash_idx(obj_node* obj, PtrdiffT offset, UInt size)
119 static BB* new_bb(obj_node* obj, PtrdiffT offset,
177 BB* lookup_bb(obj_node* obj, PtrdiffT offset)
196 obj_node* obj_of_address(Addr addr)
198 obj_node* obj;
235 * looking up a BB keyed by (obj_node, file offset).
243 obj_node* obj;
292 obj_node* obj = obj_of_address(addr);
fn.c 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
    [all...]
global.h 188 typedef struct _obj_node obj_node; typedef in typeref:struct:_obj_node
284 obj_node* obj; /* ELF object of BB */
387 /* the <number> of fn_node, file_node and obj_node are for compressed dumping
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,
debug.c 297 obj_node* obj;
dump.c 127 static void print_obj(VgFile *fp, const HChar* prefix, obj_node* obj)
566 obj_node* obj;
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation_types.h     [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]

Completed in 4405 milliseconds