HomeSort by: relevance | last modified time | path
    Searched defs:opt_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
defparse.y 41 %type <number> opt_base opt_ordinal opt_NONAME opt_CONSTANT opt_DATA opt_PRIVATE
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
234 opt_base: BASE '=' NUMBER { $$= $3;} label
  /src/external/gpl3/binutils/dist/ld/
deffilep.y 132 %type <vma> VMA opt_base
147 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
148 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
322 opt_base: BASE '=' VMA { $$ = $3;} label
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.y 41 %type <number> opt_base opt_ordinal opt_NONAME opt_CONSTANT opt_DATA opt_PRIVATE
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
234 opt_base: BASE '=' NUMBER { $$= $3;} label
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.y 132 %type <vma> VMA opt_base
147 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
148 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
322 opt_base: BASE '=' VMA { $$ = $3;} label

Completed in 40 milliseconds