Searched refs:opt_comma (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddefparse.y100 attr_list opt_comma attr
104 opt_comma: label
174 | option_list opt_comma option
/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y503 file_NAME_list opt_comma wildcard_spec
665 opt_comma: label
683 origin_spec opt_comma length_spec
732 high_level_library_NAME_list opt_comma filename
742 low_level_library_NAME_list opt_comma filename
937 opt_comma
956 opt_comma
1047 opt_comma
H A Ddeffilep.y146 /* The opt_comma is necessary to support both the usual
149 dot_name opt_equal_name opt_ordinal opt_comma exp_opt_list
153 /* The opt_comma is necessary to support both the usual
156 exp_opt opt_comma exp_opt_list { $$ = $1 | $3; }
194 attr_list opt_comma attr { $$ = $1 | $3; }
198 opt_comma: label

Completed in 101 milliseconds