Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c5481 static void put_stabn(int type, int other, int desc, int value);
13542 put_stabn(N_SLINE, 0, file->line_num, ind - func_ind); in block()
14574 put_stabn(N_FUN, 0, 0, ind - func_ind); in gen_function()
18409 static void put_stabn(int type, int other, int desc, int value) in put_stabn() function