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

  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 99 static const struct ld_option ld_options[] = variable in typeref:struct:ld_option
547 #define OPTION_COUNT ARRAY_SIZE (ld_options)
578 if (ld_options[i].shortopt != '\0')
580 shortopts[is] = ld_options[i].shortopt;
582 if (ld_options[i].opt.has_arg == required_argument
583 || ld_options[i].opt.has_arg == optional_argument)
587 if (ld_options[i].opt.has_arg == optional_argument)
594 if (ld_options[i].opt.name != NULL)
596 if (ld_options[i].control == EXACTLY_TWO_DASHES)
598 really_longopts[irl] = ld_options[i].opt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 152 ULONG ld_options; member in struct:ldap
    [all...]

Completed in 140 milliseconds