HomeSort by relevance Sort by last modified time
    Searched full:get_fnc2 (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/callgrind/
clo.c 161 static fn_config* get_fnc2(config_node* node, Char* name) function
166 CLG_DEBUG(3, " get_fnc2(%p, '%s')\n", node, name);
189 return get_fnc2( new_sub, name+1);
215 return get_fnc2( new_sub, name+len);
252 return get_fnc2( new_sub, name+offset);
270 return get_fnc2(new_sub, name+offset);
307 fnc = get_fnc2(fn_configs, name);

Completed in 523 milliseconds