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

  /external/elfutils/src/
ranlib.c 68 static const char args_doc[] = N_("ARCHIVE"); variable
73 options, NULL, args_doc, doc, arlib_argp_children, NULL, NULL
findtextrel.c 76 static const char args_doc[] = N_("[FILE...]"); variable
84 options, parse_opt, args_doc, doc, NULL, NULL, NULL
size.c 83 static const char args_doc[] = N_("[FILE...]"); variable
91 options, parse_opt, args_doc, doc, NULL, NULL, NULL
strings.c 88 static const char args_doc[] = N_("[FILE...]"); variable
96 options, parse_opt, args_doc, doc, NULL, NULL, NULL
addr2line.c 91 static const char args_doc[] = N_("[ADDR...]"); variable
101 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
ar.c 102 static const char args_doc[] = N_("[MEMBER] [COUNT] ARCHIVE [FILE...]"); variable
110 options, parse_opt, args_doc, doc, arlib_argp_children, NULL, NULL
    [all...]
elfcmp.c 81 static const char args_doc[] = N_("FILE1 FILE2"); variable
89 options, parse_opt, args_doc, doc, NULL, NULL, NULL
ld.c 191 static const char args_doc[] = N_("[FILE]..."); variable
201 options, parse_opt_1st, args_doc, doc, NULL, NULL, NULL
205 options, parse_opt_2nd, args_doc, doc, NULL, NULL, NULL
    [all...]
objdump.c 71 static const char args_doc[] = N_("[FILE...]"); variable
86 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
strip.c 95 static const char args_doc[] = N_("[FILE...]"); variable
103 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
nm.c 108 static const char args_doc[] = N_("[FILE...]"); variable
123 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
    [all...]
elflint.c 78 static const char args_doc[] = N_("FILE..."); variable
86 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
readelf.c 126 static const char args_doc[] = N_("FILE..."); variable
134 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 142 completely documented in an argp's ARGS_DOC field, in which case including
144 if ARGS_DOC is "FOO BAR\n-x BLAH", and the `-x' option's purpose is to
244 __const char *args_doc;
242 __const char *args_doc; member in struct:argp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 142 completely documented in an argp's ARGS_DOC field, in which case including
144 if ARGS_DOC is "FOO BAR\n-x BLAH", and the `-x' option's purpose is to
244 __const char *args_doc;
242 __const char *args_doc; member in struct:argp

Completed in 591 milliseconds