mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
# List of source files containing translatable strings. |
|
# To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" |
|
# Copyright (c) 2001 Peter Johnson |
|
# |
|
# $Id$ |
|
|
|
frontends/yasm/yasm-options.c |
|
frontends/yasm/yasm.c |
|
gas-token.c |
|
#lc3bid.c |
|
libyasm/bc-align.c |
|
libyasm/bc-data.c |
|
libyasm/bc-incbin.c |
|
libyasm/bc-insn.c |
|
libyasm/bc-org.c |
|
libyasm/bc-reserve.c |
|
libyasm/bitvect.c |
|
libyasm/bytecode.c |
|
libyasm/errwarn.c |
|
libyasm/expr.c |
|
libyasm/file.c |
|
libyasm/floatnum.c |
|
libyasm/hamt.c |
|
libyasm/intnum.c |
|
libyasm/section.c |
|
libyasm/symrec.c |
|
libyasm/value.c |
|
libyasm/xmalloc.c |
|
#modules/arch/lc3b/lc3barch.c |
|
#modules/arch/lc3b/lc3bbc.c |
|
modules/arch/x86/x86arch.c |
|
modules/arch/x86/x86bc.c |
|
modules/arch/x86/x86expr.c |
|
modules/arch/x86/x86id.c |
|
modules/dbgfmts/codeview/cv-symline.c |
|
modules/dbgfmts/codeview/cv-type.c |
|
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c |
|
modules/dbgfmts/dwarf2/dwarf2-info.c |
|
modules/dbgfmts/dwarf2/dwarf2-line.c |
|
modules/dbgfmts/stabs/stabs-dbgfmt.c |
|
modules/listfmts/nasm/nasm-listfmt.c |
|
modules/objfmts/bin/bin-objfmt.c |
|
modules/objfmts/coff/coff-objfmt.c |
|
modules/objfmts/dbg/dbg-objfmt.c |
|
modules/objfmts/elf/elf-objfmt.c |
|
modules/objfmts/elf/elf-x86-amd64.c |
|
modules/objfmts/elf/elf-x86-x86.c |
|
modules/objfmts/elf/elf.c |
|
modules/objfmts/rdf/rdf-objfmt.c |
|
modules/objfmts/xdf/xdf-objfmt.c |
|
modules/parsers/gas/gas-parse.c |
|
modules/parsers/gas/gas-parser.c |
|
modules/parsers/nasm/nasm-parse.c |
|
modules/preprocs/nasm/nasm-pp.c |
|
modules/preprocs/raw/raw-preproc.c |
|
nasm-token.c
|
|
|