Searched refs:put_stabs (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 5477 static void put_stabs(const char *str, int type, int other, int desc, 8618 put_stabs(file->filename, N_BINCL, 0, 0, 0); in preprocess() 18383 static void put_stabs(const char *str, int type, int other, int desc, in put_stabs() function 18403 put_stabs(str, type, other, desc, value); in put_stabs_r() 18411 put_stabs(NULL, type, other, desc, value); in put_stabn() 18416 put_stabs(NULL, type, other, desc, 0); in put_stabd() 21166 put_stabs("", 0, 0, 0, 0); in tcc_set_output_type()
|