Home
last modified time | relevance | path

Searched refs:skip_past_char (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-aarch64.c497 skip_past_char (char **str, char c) in skip_past_char() function
508 #define skip_past_comma(str) skip_past_char (str, ',')
924 if (skip_past_char (&str, '[')) in parse_typed_reg()
951 if (! skip_past_char (&str, ']')) in parse_typed_reg()
1140 if (skip_past_char (&str, '[')) in parse_neon_reg_list()
1150 if (! skip_past_char (&str, ']')) in parse_neon_reg_list()
1825 skip_past_char (&input_line_pointer, '#'); in s_aarch64_elf_cons()
1826 if (skip_past_char (&input_line_pointer, ':')) in s_aarch64_elf_cons()
2150 skip_past_char (&str, '#'); in parse_aarch64_imm_float()
2925 if (! skip_past_char (&p, '[')) in parse_address_main()
[all …]
Dtc-arm.c903 skip_past_char (char ** str, char c) in skip_past_char() function
917 #define skip_past_comma(str) skip_past_char (str, ',')
1469 if (skip_past_char (&str, '[') == SUCCESS) in parse_typed_reg_or_scalar()
1485 if (skip_past_char (&str, ']') == SUCCESS) in parse_typed_reg_or_scalar()
1499 if (skip_past_char (&str, ']') == FAIL) in parse_typed_reg_or_scalar()
1659 if (skip_past_char (&str, '}') == FAIL) in parse_reg_list()
1757 if (skip_past_char (&str, '{') == FAIL) in parse_vfp_reg_list()
1961 if (skip_past_char (&ptr, '{') == SUCCESS) in parse_neon_el_struct_list()
2081 if ((count > 1 || leading_brace) && skip_past_char (&ptr, '}') == FAIL) in parse_neon_el_struct_list()
2349 if (skip_past_char (&p, '[') == SUCCESS) in create_neon_reg_alias()
[all …]
Dobj-elf.c1451 skip_past_char (char ** str, char c) in skip_past_char() function
1461 #define skip_past_comma(str) skip_past_char (str, ',')
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-201298 (skip_whitespace, skip_past_char, skip_past_comma): Delete, move
105 (skip_whitespace, skip_past_char, skip_past_comma): New, moved
DChangeLog-20131109 * config/tc-arm.c (parse_reg_list): Use skip_past_char for '}',
2050 * config/tc-arm.c (skip_past_char): Skip whitespace before the
DChangeLog-20071398 * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,