Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-som.c66 while (is_a_char (next_char_of_string ())) in obj_som_compiler()
137 while (is_a_char (next_char_of_string ())) in obj_som_version()
179 while (is_a_char (next_char_of_string ())) in obj_som_copyright()
Dtc-tic4x.c836 while (is_a_char (c = next_char_of_string ())) in tic4x_cons()
882 while (is_a_char (c = next_char_of_string ())) in tic4x_stringer()
Dtc-tic54x.c1003 while (is_a_char (c = next_char_of_string ())) in tic54x_cons()
1585 while (is_a_char (c = next_char_of_string ())) in tic54x_stringer()
1823 while (is_a_char (next_char_of_string ())) in tic54x_clink()
Dtc-mmix.c4127 while (is_a_char (c = next_char_of_string ())) in mmix_byte()
4282 while (is_a_char (c = next_char_of_string ())) in mmix_cons()
Dobj-elf.c1768 while (is_a_char (c = next_char_of_string ())) in obj_elf_version()
/toolchain/binutils/binutils-2.27/gas/
Dread.h119 extern unsigned int next_char_of_string (void);
Dread.c1664 while (is_a_char (C = next_char_of_string ())) in read_symbol_name()
5476 while (is_a_char (c = next_char_of_string ())) in stringer()
5529 next_char_of_string (void) in next_char_of_string() function
5741 while (is_a_char (c = next_char_of_string ())) in demand_copy_string()
DChangeLog-2015500 * read.c (next_char_of_string): Mask char after escape. Use
DChangeLog-92952249 * read.c (next_char_of_string): Likewise.
7092 * read.c (next_char_of_string): Likewise.
8915 * read.c (next_char_of_string): Limit octal character constants to
9005 * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
9481 offsetT. Add prototype for next_char_of_string. Various
9483 * read.c: Remove prototype for next_char_of_string.
DChangeLog-96974851 * read.c (next_char_of_string): Warn if a newline is seen in the
DChangeLog-00011217 (next_char_of_string): Use ISDIGIT/ISXDIGIT instead of