1# List of source files containing translatable strings. 2# To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" 3# Copyright (c) 2001 Peter Johnson 4 5frontends/yasm/yasm-options.c 6frontends/yasm/yasm.c 7libyasm/bc-align.c 8libyasm/bc-data.c 9libyasm/bc-incbin.c 10libyasm/bc-org.c 11libyasm/bc-reserve.c 12libyasm/bitvect.c 13libyasm/bytecode.c 14libyasm/errwarn.c 15libyasm/expr.c 16libyasm/file.c 17libyasm/floatnum.c 18libyasm/hamt.c 19libyasm/insn.c 20libyasm/intnum.c 21libyasm/section.c 22libyasm/symrec.c 23libyasm/valparam.c 24libyasm/value.c 25libyasm/xmalloc.c 26modules/arch/lc3b/lc3barch.c 27modules/arch/lc3b/lc3bbc.c 28modules/arch/x86/x86arch.c 29modules/arch/x86/x86bc.c 30modules/arch/x86/x86expr.c 31modules/arch/x86/x86id.c 32modules/dbgfmts/codeview/cv-symline.c 33modules/dbgfmts/codeview/cv-type.c 34modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c 35modules/dbgfmts/dwarf2/dwarf2-info.c 36modules/dbgfmts/dwarf2/dwarf2-line.c 37modules/dbgfmts/stabs/stabs-dbgfmt.c 38modules/listfmts/nasm/nasm-listfmt.c 39modules/objfmts/bin/bin-objfmt.c 40modules/objfmts/coff/coff-objfmt.c 41modules/objfmts/coff/win64-except.c 42modules/objfmts/dbg/dbg-objfmt.c 43modules/objfmts/elf/elf-objfmt.c 44modules/objfmts/elf/elf-x86-amd64.c 45modules/objfmts/elf/elf-x86-x86.c 46modules/objfmts/elf/elf.c 47modules/objfmts/macho/macho-objfmt.c 48modules/objfmts/rdf/rdf-objfmt.c 49modules/objfmts/xdf/xdf-objfmt.c 50modules/parsers/gas/gas-parse.c 51modules/parsers/gas/gas-parser.c 52modules/parsers/gas/gas-token.re 53modules/parsers/nasm/nasm-parse.c 54modules/parsers/nasm/nasm-token.re 55modules/preprocs/cpp/cpp-preproc.c 56modules/preprocs/gas/gas-preproc.c 57modules/preprocs/gas/gas-eval.c 58modules/preprocs/nasm/nasm-preproc.c 59modules/preprocs/nasm/nasm-pp.c 60modules/preprocs/raw/raw-preproc.c 61