Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | # List of files which containing translatable strings. |
| 2 | # Copyright (C) 2000-2010 Red Hat, Inc. |
| 3 | |
| 4 | # Files from the compatibility library |
| 5 | lib/color.c |
| 6 | lib/printversion.c |
| 7 | lib/xmalloc.c |
| 8 | |
| 9 | # Library sources |
| 10 | libasm/asm_error.c |
| 11 | libdw/dwarf_error.c |
| 12 | libdwfl/argp-std.c |
| 13 | libdwfl/libdwflP.h |
| 14 | libebl/eblbackendname.c |
| 15 | libebl/eblcorenotetypename.c |
| 16 | libebl/ebldynamictagname.c |
| 17 | libebl/eblobjnote.c |
| 18 | libebl/eblobjnotetypename.c |
| 19 | libebl/eblosabiname.c |
| 20 | libebl/eblsectionname.c |
| 21 | libebl/eblsectiontypename.c |
| 22 | libebl/eblsegmenttypename.c |
| 23 | libebl/eblsymbolbindingname.c |
| 24 | libebl/eblsymboltypename.c |
| 25 | libelf/elf_error.c |
| 26 | |
| 27 | # Program sources |
| 28 | src/addr2line.c |
| 29 | src/ar.c |
| 30 | src/arlib-argp.c |
| 31 | src/arlib.c |
| 32 | src/elfcmp.c |
| 33 | src/elfcompress.c |
| 34 | src/elflint.c |
| 35 | src/findtextrel.c |
| 36 | src/nm.c |
| 37 | src/objdump.c |
| 38 | src/ranlib.c |
| 39 | src/readelf.c |
| 40 | src/size.c |
| 41 | src/stack.c |
| 42 | src/strings.c |
| 43 | src/strip.c |
| 44 | src/unstrip.c |
| 45 | |
| 46 | # Tests |
| 47 | tests/backtrace.c |
| 48 | tests/dwflmodtest.c |