HomeSort by relevance Sort by last modified time
    Searched refs:N_ (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/elfutils/src/
strip.c 67 { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
68 { "output", 'o', "FILE", 0, N_("Place stripped output into FILE"), 0 },
69 { NULL, 'f', "FILE", 0, N_("Extract the removed sections into FILE"), 0 },
70 { NULL, 'F', "FILE", 0, N_("Embed name FILE instead of -f argument"), 0 },
72 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
74 { "strip-debug", 'g', NULL, 0, N_("Remove all debugging symbols"), 0 },
78 N_("Remove section headers (not recommended)"), 0 },
80 N_("Copy modified/access timestamps to the output"), 0 },
82 N_("Resolve all trivial relocations between debug sections if the removed sections are placed in a debug file (only relevant for ET_REL files, operation is not reversable, needs -f)"), 0 },
84 N_("Remove .comment section"), 0 }
    [all...]
unstrip.c 69 N_("Match MODULE against file names, not module names"), 2 },
70 { "ignore-missing", 'i', NULL, 0, N_("Silently skip unfindable files"), 0 },
72 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
73 { "output", 'o', "FILE", 0, N_("Place output into FILE"), 0 },
75 0, N_("Create multiple output files under DIRECTORY"), 0 },
76 { "module-names", 'm', NULL, 0, N_("Use module rather than file names"), 0 },
78 N_("Create output for modules that have no separate debug information"),
81 N_("Apply relocations to section contents in ET_REL files"), 0 },
83 N_("Only list module and file names, build IDs"), 0 },
85 N_("Force combining files even if some ELF headers don't seem to match")
    [all...]
readelf.c 72 { NULL, 0, NULL, 0, N_("ELF input selection:"), 0 },
74 N_("Use the named SECTION (default .gnu_debugdata) as (compressed) ELF "
76 { NULL, 0, NULL, 0, N_("ELF output selection:"), 0 },
78 N_("All these plus -p .strtab -p .dynstr -p .comment"), 0 },
79 { "dynamic", 'd', NULL, 0, N_("Display the dynamic segment"), 0 },
80 { "file-header", 'h', NULL, 0, N_("Display the ELF file header"), 0 },
82 N_("Display histogram of bucket list lengths"), 0 },
83 { "program-headers", 'l', NULL, 0, N_("Display the program headers"), 0 },
85 { "relocs", 'r', NULL, 0, N_("Display relocations"), 0 },
86 { "section-headers", 'S', NULL, 0, N_("Display the sections' headers"), 0 }
    [all...]
elflint.c 64 N_("Be extremely strict, flag level 2 features."), 0 },
65 { "quiet", 'q', NULL, 0, N_("Do not print anything if successful"), 0 },
66 { "debuginfo", 'd', NULL, 0, N_("Binary is a separate debuginfo file"), 0 },
68 N_("Binary has been created with GNU ld and is therefore known to be \
74 static const char doc[] = N_("\
78 static const char args_doc[] = N_("FILE...");
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 47 #define N_(a) gettext_noop (a)
49 #define N_(a) (a)
60 #define N_(a) a
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c 355 msg = N_("integer 32-bit register expected");
358 msg = N_("integer 64-bit register expected");
361 msg = N_("integer register expected");
364 msg = N_("integer, zero or SP register expected");
367 msg = N_("8-bit SIMD scalar register expected");
370 msg = N_("16-bit SIMD scalar or floating-point half precision "
374 msg = N_("32-bit SIMD scalar or floating-point single precision "
378 msg = N_("64-bit SIMD scalar or floating-point double precision "
382 msg = N_("128-bit SIMD scalar or floating-point quad precision "
386 msg = N_("C0 - C15 expected")
    [all...]
tc-nds32.c     [all...]
tc-tic30.c 36 N_("first"), N_("second"), N_("third"), N_("fourth"), N_("fifth")
    [all...]
  /external/bison/src/
scan-gram.l 901 unexpected_end (start, N_("missing %s at end of file"), token_end);
912 unexpected_end (start, N_("missing %s at end of line"), token_end);
scan-gram.c     [all...]
  /external/selinux/policycoreutils/po/
Makefile 102 $(XGETTEXT) --keyword=_ --keyword=N_ $(POTFILES)
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c     [all...]
coff-ppc.c     [all...]
  /toolchain/binutils/binutils-2.25/cpu/
epiphany.opc 235 static const char * MISSING_CLOSE_PARENTHESIS = N_("missing `)'");
m32r.opc 90 static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
or1k.opc 50 static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
  /external/elfutils/tests/
backtrace.c 427 { "backtrace-exec", OPT_BACKTRACE_EXEC, "EXEC", 0, N_("Run executable"), 0 },
  /external/toybox/kconfig/
conf.c 38 static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n");
  /toolchain/binutils/binutils-2.25/opcodes/
m32r-asm.c 53 static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
epiphany-asm.c 193 static const char * MISSING_CLOSE_PARENTHESIS = N_("missing `)'");
iq2000-asm.c 56 static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
or1k-asm.c 54 static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c     [all...]
  /external/e2fsprogs/misc/
badblocks.c 72 static const char * done_string = N_("done \n");
    [all...]
fsck.c 742 N_("Either all or none of the filesystem types passed to -t must be prefixed\n"

Completed in 492 milliseconds

1 2 34 5