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

  /external/valgrind/callgrind/
debug.c 133 bb->obj->name + bb->obj->last_slash_pos,
315 VG_(printf)(" %s", obj->name+obj->last_slash_pos);
fn.c 95 pat->name, obj->name + obj->last_slash_pos,
252 obj->last_slash_pos = 0;
255 if (obj->name[i]=='/') obj->last_slash_pos = i+1;
574 bb->obj->name + bb->obj->last_slash_pos,
callstack.c 290 bb->obj->name + bb->obj->last_slash_pos,
global.h 438 UInt last_slash_pos; member in struct:_obj_node

Completed in 45 milliseconds