Searched refs:skip_past_char (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 746 skip_past_char (char ** str, char c) in skip_past_char() function 756 #define skip_past_comma(str) skip_past_char (str, ',') 1301 if (skip_past_char (&str, '[') == SUCCESS) in parse_typed_reg_or_scalar() 1317 if (skip_past_char (&str, ']') == SUCCESS) in parse_typed_reg_or_scalar() 1331 if (skip_past_char (&str, ']') == FAIL) in parse_typed_reg_or_scalar() 1790 if (skip_past_char (&ptr, '{') == SUCCESS) in parse_neon_el_struct_list() 1911 if ((count > 1 || leading_brace) && skip_past_char (&ptr, '}') == FAIL) in parse_neon_el_struct_list() 2164 if (skip_past_char (&p, '[') == SUCCESS) in create_neon_reg_alias() 2186 if (skip_past_char (&p, ']') == FAIL) in create_neon_reg_alias() 4165 skip_past_char (&str, '#'); in parse_qfloat_immediate() [all …]
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | read.c | 2046 skip_past_char (char ** str, char c) in skip_past_char() function 2056 #define skip_past_comma(str) skip_past_char (str, ',')
|
| HD | ChangeLog | 57 * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
|