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

  /external/elfutils/0.153/src/
ranlib.c 77 static const char args_doc[] = N_("ARCHIVE"); variable
82 options, NULL, args_doc, doc, arlib_argp_children, NULL, NULL
addr2line.c 89 static const char args_doc[] = N_("[ADDR...]"); variable
99 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
findtextrel.c 84 static const char args_doc[] = N_("[FILE...]"); variable
92 options, parse_opt, args_doc, doc, NULL, NULL, NULL
objdump.c 80 static const char args_doc[] = N_("[FILE...]"); variable
95 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
size.c 92 static const char args_doc[] = N_("[FILE...]"); variable
100 options, parse_opt, args_doc, doc, NULL, NULL, NULL
strings.c 92 static const char args_doc[] = N_("[FILE...]"); variable
100 options, parse_opt, args_doc, doc, NULL, NULL, NULL
ld.c 200 static const char args_doc[] = N_("[FILE]..."); variable
210 options, parse_opt_1st, args_doc, doc, NULL, NULL, NULL
214 options, parse_opt_2nd, args_doc, doc, NULL, NULL, NULL
    [all...]
elfcmp.c 89 static const char args_doc[] = N_("FILE1 FILE2"); variable
97 options, parse_opt, args_doc, doc, NULL, NULL, NULL
ar.c 110 static const char args_doc[] = N_("[MEMBER] [COUNT] ARCHIVE [FILE...]"); variable
118 options, parse_opt, args_doc, doc, arlib_argp_children, NULL, NULL
    [all...]
nm.c 116 static const char args_doc[] = N_("[FILE...]"); variable
131 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
    [all...]
strip.c 104 static const char args_doc[] = N_("[FILE...]"); variable
112 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
elflint.c 86 static const char args_doc[] = N_("FILE..."); variable
94 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
unstrip.c     [all...]
readelf.c 119 static const char args_doc[] = N_("FILE..."); variable
127 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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

Completed in 302 milliseconds