Searched defs:put_stabn (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c5483 static void put_stabn(int type, int other, int desc, int value);
13544 put_stabn(N_SLINE, 0, file->line_num, ind - func_ind);
14576 put_stabn(N_FUN, 0, 0, ind - func_ind);
18411 static void put_stabn(int type, int other, int desc, int value)
18409 static void put_stabn(int type, int other, int desc, int value) function

Completed in 94 milliseconds