/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/ |
raw-preproc.c | 54 yasm__fatal( N_("Could not open input file") ); 87 N_("error when reading from file"));
|
/external/elfutils/src/ |
addr2line.c | 64 { 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...]");
|
nm.c | 74 { 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_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'") [all...] |
size.c | 66 { 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_("Output options:"), 0 } [all...] |
ar.c | 75 { 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_("Preserve original dates."), 0 } [all...] |
strings.c | 70 { 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_("[FILE...]") [all...] |
findtextrel.c | 68 { 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/ |
x86bc.c | 123 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_("multiple REX prefixes, using leftmost")) [all...] |
x86arch.c | 133 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/elf/ |
elf-objfmt.c | 124 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_("elf: relocation too complex")) [all...] |
elf-x86-amd64.c | 84 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"));
|
elf-x86-x86.c | 92 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/objfmts/rdf/ |
rdf-objfmt.c | 215 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_("label name too long, truncating to %d bytes") [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | 216 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_("section `%s' internal align of %lu is greater than `%s' of %lu; using `%s'") [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bc-align.c | 110 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);
|
bc-org.c | 113 N_("ORG overlap with already existing data")); 134 N_("ORG overlap with already existing data"));
|
bc-data.c | 119 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_("multiple is negative")) [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | 163 #define BAD_COMMA (BAD_BANG + sizeof(N_("multiple `!'s"))) 164 #define BAD_STEP (BAD_COMMA + sizeof(N_("unexpected `,'"))) 165 #define EXCESS_OPEN_BRACE (BAD_STEP + sizeof(N_("invalid usage of +N or ~N as first address"))) 166 #define EXCESS_CLOSE_BRACE (EXCESS_OPEN_BRACE + sizeof(N_("unmatched `{'"))) 167 #define EXCESS_JUNK (EXCESS_CLOSE_BRACE + sizeof(N_("unexpected `}'"))) 168 #define EXPECTED_SLASH (EXCESS_JUNK + sizeof(N_("extra characters after command"))) 169 #define NO_CLOSE_BRACE_ADDR (EXPECTED_SLASH + sizeof(N_("expected \\ after `a', `c' or `i'"))) 170 #define NO_COLON_ADDR (NO_CLOSE_BRACE_ADDR + sizeof(N_("`}' doesn't want any addresses"))) 171 #define NO_SHARP_ADDR (NO_COLON_ADDR + sizeof(N_(": doesn't want any addresses"))) 172 #define NO_COMMAND (NO_SHARP_ADDR + sizeof(N_("comments don't accept any addresses")) [all...] |
regexp.c | 29 # define N_(String) gettext_noop(String) 31 # define N_(String) (String) 41 #define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression"))) 42 #define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bid.re | 235 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/ |
xdf-objfmt.c | 180 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_("XDF object format does not support common variables")) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 440 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")); [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 293 N_("Options:\n"), 294 N_("\ 296 N_("\ 298 N_("\ 301 N_("\ 303 N_("\ 305 N_("\ 308 N_("\ 311 N_("\ 313 N_("\ [all...] |
/external/elfutils/tests/ |
dwflmodtest.c | 216 #undef N_ 217 #define N_(Str) Str 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/ |
stabs-dbgfmt.c | 105 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"));
|