HomeSort by relevance Sort by last modified time
    Searched refs:def_stacksize (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
dlltool.h 31 extern void def_stacksize (int, int);
defparse.y 57 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
dlltool.c 1171 def_stacksize (int reserve, int commit) function
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 99 static void def_stacksize (int, int);
146 | STACKSIZE_K NUMBER opt_number { def_stacksize ($2, $3);}
1013 def_stacksize (int reserve, int commit)
    [all...]

Completed in 47 milliseconds