Searched refs:label_buf (Results 1 – 2 of 2) sorted by relevance
12889 char label_buf[256]; in output_compiler_stub() local12904 strcpy (label_buf, in output_compiler_stub()12908 label_buf[0] = '_'; in output_compiler_stub()12909 strcpy (label_buf+1, in output_compiler_stub()12914 strcat (tmp_buf, label_buf); in output_compiler_stub()12916 strcat (tmp_buf, label_buf); in output_compiler_stub()12978 char *label_buf, temp_buf[256]; local12981 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf;12982 labelname = get_identifier (label_buf);
18072 char *label_buf, temp_buf[256]; in output_call() local18075 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf; in output_call()18076 labelname = get_identifier (label_buf); in output_call()