HomeSort by relevance Sort by last modified time
    Searched full:opt_number (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
defparse.y 42 %type <number> attr attr_list opt_number
57 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
58 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
120 opt_number: ',' NUMBER { $$=$2;} label
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 131 %type <number> attr attr_list opt_number exp_opt_list exp_opt
146 | STACKSIZE_K NUMBER opt_number { def_stacksize ($2, $3);}
147 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
229 opt_number: ',' NUMBER { $$=$2;} label
    [all...]

Completed in 131 milliseconds