Searched refs:N_ (Results 26 - 50 of 97) sorted by relevance

1234

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c90 yasm_internal_error(N_("can only have one token of lookahead"));
131 N_("junk at end of line, first unrecognized character is `%c'"),
218 N_("expression expected after `%s'"), "=");
234 N_("directive `%s' not recognized"), id);
237 N_("instruction not recognized: `%s'"), id);
254 N_("label or instruction expected at start of line"));
292 N_("line number is negative"));
354 N_("junk at end of cpp line marker"));
384 N_("line number is negative"));
411 N_("lin
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.c157 yasm_internal_error(N_("Unsupported machine for ELF output"));
399 yasm_internal_error(N_("symtab is missing initial dummy entry"));
428 yasm_internal_error(N_("symtab is missing initial dummy entry"));
448 yasm_internal_error(N_("symtab is missing initial dummy entry"));
469 yasm_internal_error(N_("symtab is null"));
483 N_("size specifier not an integer expression"));
502 N_("EQU value not an integer expression"));
527 yasm_internal_error(N_("Unsupported machine for ELF output"));
616 yasm_internal_error(N_("unsupported ELF format"));
628 yasm_internal_error(N_("shea
[all...]
H A Delf-objfmt.c124 N_("unrecognized symbol type `%s'"),
149 yasm_error_set(YASM_ERROR_TYPE, N_("unrecognized symbol type `%s'"),
202 N_("More than one symbol visibility provided; using last"));
229 N_("alignment constraint is not an integer"));
240 N_("alignment constraint is not a power of two"));
245 N_("Unrecognized qualifier `%s'"), vp->val);
431 N_("could not get file position on output file"));
439 N_("could not set file position on output file"));
459 yasm_error_set(YASM_ERROR_TYPE, N_("elf: invalid relocation size"));
508 N_("el
[all...]
H A Delf-x86-amd64.c84 yasm_internal_error(N_("symbol references section without data"));
155 yasm_internal_error(N_("Unsupported WRT"));
179 default: yasm_internal_error(N_("Unsupported relocation size"));
187 default: yasm_internal_error(N_("Unsupported relocation size"));
H A Delf-x86-x86.c92 yasm_internal_error(N_("symbol references section without data"));
158 yasm_internal_error(N_("Unsupported WRT"));
176 default: yasm_internal_error(N_("Unsupported relocation size"));
183 default: yasm_internal_error(N_("Unsupported relocation size"));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c54 yasm__fatal( N_("Could not open input file") );
87 N_("error when reading from file"));
/external/elfutils/src/
H A Daddr2line.c64 { NULL, 0, NULL, 0, N_("Output selection options:"), 2 },
65 { "basenames", 's', NULL, 0, N_("Show only base names of source files"), 0 },
67 N_("Show absolute file names using compilation directory"), 0 },
68 { "functions", 'f', NULL, 0, N_("Also show function names"), 0 },
69 { "symbols", 'S', NULL, 0, N_("Also show symbol or section names"), 0 },
71 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
80 static const char doc[] = N_("\
84 static const char args_doc[] = N_("[ADDR...]");
H A Dnm.c74 { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
75 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
76 { "defined-only", OPT_DEFINED, NULL, 0, N_("Display only defined symbols"),
79 N_("Display dynamic symbols instead of normal symbols"), 0 },
80 { "extern-only", 'g', NULL, 0, N_("Display only external symbols"), 0 },
81 { "undefined-only", 'u', NULL, 0, N_("Display only undefined symbols"), 0 },
83 N_("Include index for symbols from archive members"), 0 },
85 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
87 N_("Print name of the input file before every symbol"), 0 },
90 N_("Us
[all...]
H A Dsize.c66 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
68 N_("Use the output format FORMAT. FORMAT can be `bsd' or `sysv'. "
70 { NULL, 'A', NULL, 0, N_("Same as `--format=sysv'"), 0 },
71 { NULL, 'B', NULL, 0, N_("Same as `--format=bsd'"), 0 },
72 { "radix", OPT_RADIX, "RADIX", 0, N_("Use RADIX for printing symbol values"),
74 { NULL, 'd', NULL, 0, N_("Same as `--radix=10'"), 0 },
75 { NULL, 'o', NULL, 0, N_("Same as `--radix=8'"), 0 },
76 { NULL, 'x', NULL, 0, N_("Same as `--radix=16'"), 0 },
78 N_("Similar to `--format=sysv' output but in one line"), 0 },
80 { NULL, 0, NULL, 0, N_("Outpu
[all...]
H A Dar.c75 { NULL, 0, NULL, 0, N_("Commands:"), 0 },
76 { NULL, 'd', NULL, 0, N_("Delete files from archive."), 0 },
77 { NULL, 'm', NULL, 0, N_("Move files in archive."), 0 },
78 { NULL, 'p', NULL, 0, N_("Print files in archive."), 0 },
79 { NULL, 'q', NULL, 0, N_("Quick append files to archive."), 0 },
81 N_("Replace existing or insert new file into archive."), 0 },
82 { NULL, 't', NULL, 0, N_("Display content of archive."), 0 },
83 { NULL, 'x', NULL, 0, N_("Extract files from archive."), 0 },
85 { NULL, 0, NULL, 0, N_("Command Modifiers:"), 0 },
86 { NULL, 'o', NULL, 0, N_("Preserv
[all...]
H A Dstrings.c70 { NULL, 0, NULL, 0, N_("Output Selection:"), 0 },
71 { "all", 'a', NULL, 0, N_("Scan entire file, not only loaded sections"), 0 },
73 N_("Only NUL-terminated sequences of MIN-LEN characters or more are printed"), 0 },
74 { "encoding", 'e', "SELECTOR", 0, N_("\
78 N_("Print name of the file before each string."), 0 },
80 N_("Print location of the string in base 8, 10, or 16 respectively."), 0 },
81 { NULL, 'o', NULL, 0, N_("Alias for --radix=o"), 0 },
83 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
88 static const char doc[] = N_("\
92 static const char args_doc[] = N_("[FIL
[all...]
H A Dfindtextrel.c68 { NULL, 0, NULL, 0, N_("Input Selection:"), 0 },
69 { "root", 'r', "PATH", 0, N_("Prepend PATH to all file names"), 0 },
71 N_("Use PATH as root of debuginfo hierarchy"), 0 },
73 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
78 static const char doc[] = N_("\
82 static const char args_doc[] = N_("[FILE...]");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86bc.c123 N_("cannot use A/B/C/DH with instruction needing REX"));
131 N_("cannot use A/B/C/DH with instruction needing REX"));
165 N_("effective address too complex"));
285 N_("multiple LOCK or REP prefixes, using leftmost"));
297 N_("ignoring REX prefix on jump"));
300 N_("REX prefix not allowed on this instruction, ignoring"));
314 N_("ignoring REX prefix on jump"));
317 N_("REX prefix not allowed on this instruction, ignoring"));
322 N_("overriding generated REX prefix"));
325 N_("multipl
[all...]
H A Dx86arch.c133 N_("ignoring default rel in non-64-bit mode"));
159 N_("invalid argument to [%s]"), "CPU");
166 yasm_error_set(YASM_ERROR_SYNTAX, N_("invalid argument to [%s]"),
188 yasm_error_set(YASM_ERROR_VALUE, N_("invalid argument to [%s]"),
447 N_("Invalid mode_bits in x86_get_fill"));
476 yasm_error_set(YASM_ERROR_VALUE, N_("unknown register size"));
507 yasm_error_set(YASM_ERROR_VALUE, N_("bad register group"));
571 yasm_error_set(YASM_ERROR_VALUE, N_("unknown register size"));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c215 N_("rdf: relocation too complex"));
221 N_("rdf: WRT not supported"));
258 yasm_internal_error(N_("didn't understand section"));
267 N_("rdf: no symbol data for relocated symbol"));
284 N_("rdf: relocation too complex"));
320 N_("uninitialized space: zeroing"));
375 N_("rdf: section computed size did not match actual size"));
551 yasm_internal_error(N_("didn't understand section"));
555 N_("rdf does not support exporting EQU/absolute values"));
565 N_("labe
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c216 N_("binary object format does not support extern variables"));
220 N_("binary object format does not support global variables"));
224 N_("binary object format does not support common variables"));
253 N_("section `%s' internal align of %lu is greater than `%s' of %lu; using `%s'"),
256 N_("align"),
258 N_("align"));
269 N_("start expression is too complex"));
282 N_("vstart expression is too complex"));
361 N_("start inconsistent with align; using aligned value"));
430 N_("sectio
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-align.c110 N_("align boundary must be a constant"));
113 N_("align fill must be a constant"));
116 N_("align maximum skip must be a constant"));
205 N_("could not find any code alignment size"));
218 N_("invalid alignment size %d"), len);
H A Dbc-org.c113 N_("ORG overlap with already existing data"));
134 N_("ORG overlap with already existing data"));
H A Dbc-data.c119 N_("data expression too complex"));
128 N_("LEB128 requires constant values"));
137 N_("negative value in unsigned LEB128"));
146 N_("multiple expression too complex"));
149 N_("multiple expression not absolute"));
188 yasm_internal_error(N_("non-constant in data_tobytes"));
243 yasm_internal_error(N_("non-constant in data_tobytes"));
437 N_("LEB128 does not allow string constants"));
511 N_("could not determine multiple"));
515 yasm_error_set(YASM_ERROR_VALUE, N_("multipl
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3bid.re235 yasm_internal_error(N_("invalid operand type"));
251 N_("invalid combination of opcode and operands"));
284 yasm_internal_error(N_("invalid operand conversion"));
289 yasm_internal_error(N_("invalid operand conversion"));
308 N_("immediate expression too complex"));
315 yasm_internal_error(N_("reg expr too complex?"));
318 yasm_internal_error(N_("invalid operand conversion"));
322 yasm_internal_error(N_("unknown operand action"));
332 yasm_error_set(YASM_ERROR_VALUE, N_("invalid jump target"));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c180 N_("xdf: relocation too complex"));
222 N_("xdf: relocation too complex"));
261 N_("uninitialized space: zeroing"));
303 yasm__fatal(N_("could not get file position on output file"));
316 N_("xdf: section computed size did not match actual size"));
331 yasm__fatal(N_("could not get file position on output file"));
345 N_("xdf: no symbol data for relocated symbol"));
354 N_("xdf: no symbol data for relocated base symbol"));
359 N_("xdf: no base symbol for WRT relocation"));
429 N_("XD
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c440 N_("macho: relocation too complex for current implementation"));
465 N_("macho: relocation size unsupported"));
476 N_("macho: shifted relocations not supported"));
483 N_("macho: SEG not supported"));
494 N_("macho: invalid WRT"));
521 N_("macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider \"[_symbol wrt rip]\" for mem access, \"qword\" and \"dq _foo\" for pointers."));
564 N_("macho: relocation too complex"));
603 N_("uninitialized space: zeroing"));
877 yasm_internal_error(N_("didn't understand section"));
895 N_("globa
[all...]
/external/elfutils/tests/
H A Ddwflmodtest.c216 #undef N_ macro
217 #define N_(Str) Str macro
221 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 },
222 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c105 stabs_stab_type type; /* stab type: N_* */
340 N_("stabs debugging conflicts with user-defined section .stab"));
345 N_("stabs debugging overrides empty section .stab"));
356 N_("stabs debugging conflicts with user-defined section .stabstr"));
361 N_("stabs debugging overrides empty section .stabstr"));
399 yasm_warn_set(YASM_WARN_GENERAL, N_("over 65535 stabs"));
489 yasm_internal_error(N_("tried to resolve a stabs stab bytecode"));
498 yasm_internal_error(N_("tried to resolve a stabs str bytecode"));
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h91 # define N_(String) gettext_noop(String) macro
93 # define N_(String) (String) macro

Completed in 861 milliseconds

1234