Searched refs:opt_base (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddefparse.y39 %type <number> opt_base opt_ordinal opt_NONAME opt_CONSTANT opt_DATA opt_PRIVATE
50 NAME opt_name opt_base { def_name ($2, $3); }
51 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
168 opt_base: BASE '=' NUMBER { $$= $3;} label
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y112 %type <number> opt_base opt_ordinal
123 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
124 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
233 opt_base: BASE '=' NUMBER { $$ = $3;} label

Completed in 204 milliseconds