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

  /external/elfutils/src/src/
ranlib.c 69 static const char args_doc[] = N_("ARCHIVE"); variable
74 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
addr2line.c 85 static const char args_doc[] = N_("[ADDR...]"); variable
95 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
size.c 84 static const char args_doc[] = N_("[FILE...]"); variable
92 options, parse_opt, args_doc, doc, NULL, NULL, NULL
strings.c 84 static const char args_doc[] = N_("[FILE...]"); variable
92 options, parse_opt, args_doc, doc, NULL, NULL, NULL
ld.c 192 static const char args_doc[] = N_("[FILE]..."); variable
202 options, parse_opt_1st, args_doc, doc, NULL, NULL, NULL
206 options, parse_opt_2nd, args_doc, doc, NULL, 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
objdump.c 72 static const char args_doc[] = N_("[FILE...]"); variable
87 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
ar.c 103 static const char args_doc[] = N_("[MEMBER] [COUNT] ARCHIVE [FILE...]"); variable
111 options, parse_opt, args_doc, doc, arlib_argp_children, 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...]
strip.c 96 static const char args_doc[] = N_("[FILE...]"); variable
104 options, parse_opt, args_doc, doc, NULL, 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...]
unstrip.c     [all...]
readelf.c 123 static const char args_doc[] = N_("FILE..."); variable
131 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 4070 milliseconds