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

  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 660 int longind; local
678 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
682 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.c 597 int longind;
599 &longind);
596 int longind; local
    [all...]

Completed in 69 milliseconds