Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c12889 char label_buf[256]; in output_compiler_stub() local
12904 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]; local
12981 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf;
12982 labelname = get_identifier (label_buf);
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c18072 char *label_buf, temp_buf[256]; in output_call() local
18075 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf; in output_call()
18076 labelname = get_identifier (label_buf); in output_call()