Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2875 dpurdie 1
bad_string_idx:<bad string index>
2
bad_symbol_number:<bad symbol number>
3
err_file_notopen:File %s doesn't exist?
4
err_out_of_memory:Not enough memory to process %s (need %lu bytes)
5
err_failed_to_load:Failed to load %s
6
err_not_axf:%s is not a valid AXF file
7
err_bad_option:unrecognised flag option %s (ignored)
8
err_b_overrides:-b overrides other options (which have been ignored)
9
err_missing_files:missing file argument(s)
10
err_nothing_after:the '-%s' option needs a parameter
11
msg_symb_none:** No symbol table **\n\n
12
msg_symb:\n\
13
Low-level Symbol Table\n\
14
-----------------------\n\n
15
msg_strings_none:** No string table **\n\n
16
msg_strings:** String Table (file %s):-\n\n
17
msg_aif_compressed:Compressed, 
18
msg_aif_has_relocs:Relocatable, 
19
msg_aif_aif:%s: AIF image: 
20
msg_aif_nonexec:Non-executable, 
21
msg_aif_exec:Executable, 
22
msg_aif_bits:%lu-bit\n
23
msg_aif_ro:    Read Only Section at:  0x%.8lx, size = %6lu (0x%.6lx)\n
24
msg_aif_rw:    Read Write Section at: 0x%.8lx, size = %6lu (0x%.6lx)\n
25
msg_aif_zi:    Zero Init Section at:  0x%.8lx, size = %6lu (0x%.6lx)\n
26
msg_aif_debug:    Debug size = 0x%.8lx
27
msg_aif_llinfo:: low-level debugging information
28
msg_aif_hlinfo:: source-level debugging information
29
msg_aif_llhlinfo:: low-level and source-level debugging information
30
msg_aif_llsize:: ll info size 0x%lx
31
msg_aif_fragment:    Fragment %s: file offset %#lx, size %#lx: load address %#lx\n
32
msg_aif_relocs:    %ld relocations.\n
33
msg_aif_one_reloc:    %ld relocation.\n
34
msg_aif_reloc_leader:      
35
msg_aif_reloc:0x%08lx
36
msg_area_at:      Area %s at 0x%.8lx, size = %6lu (0x%.6lx)\n
37
err_aif_dbgsize:%s: inconsistency: dbgtype != 0 but dbgsize == 0
38
err_aif_fragheader:%s: fragment header outside image file at %#lx
39
err_aif_fragment:%s: fragment extends beyond image file (end %#lx, file size %#lx)
40
err_aif_debug:%s: debug info extends beyond image file (end %#lx, file size %#lx)
41
err_cant_dump_exec_relocs:%s: sorry, don't know how to dump relocations from an executable image
42
err_bad_bin_reloc:%s: relocations are in an unexpected place (at = %#lx; expected = %#lx)
43
err_aif_reloc_count:%s: relocation count extends beyond image file (end %#lx, file size %#lx)
44
err_aif_relocs:%s: relocation list extends beyond image file (end %#lx, file size %#lx)
45
err_elf_isnt_64:%s isn't a 64-bit ELF file
46
err_elf_isnt_32:%s isn't a 32-bit ELF file
47
err_elf_out_of_memory:Insufficient memory to process ELF file
48
msg_file:file %s\n
49
msg_bigend:Big-endian, 
50
msg_litend:Little-endian, 
51
msg_entry:Entry point at offset 0x%.4lx in area \"%s\"\n
52
msg_sym_external:External reference
53
msg_sym_external_common:External common reference
54
msg_sym_local:Local,  
55
msg_sym_global:Global, 
56
msg_sym_data:Data, 
57
msg_sym_thumb:, 16-bit code
58
msg_sym_fpreg:, FPRegArgs
59
msg_sym_thumb2:16-bit code, 
60
msg_sym_fpreg2:FPRegArgs, 
61
msg_sym_nocase:, No-case
62
msg_sym_weak:, Weak
63
msg_sym_common:, size = 0x%.4lx
64
msg_sym_usessb:Sb, 
65
msg_sym_leaf:Leaf, 
66
msg_sym_absolute:Absolute, 
67
msg_sym_relative:Relative, 
68
msg_sym_strong:Strong, 
69
msg_sym_value:value 0x%.4lx
70
msg_sym_offset:offset 0x%.4lx in area \"%s\"
71
msg_base_addr:\
72
        Base address 0x%.6lx\n
73
msg_string_offset:\
74
Offset  String-name\n\
75
-------------------\n
76
help_banner:\
77
\n%s Version %s [%s]\n       - %s\n\
78
\n%s [options] file [file...]\n
79
help_options1:\n\
80
Options:-\n\
81
-c   disassemble code\n\
82
-g   print debug areas\n\
83
-s   print symbol table\n
84
help_options2:\n\
85
ELF files only:-\n\
86
-t   print string table\n\
87
-d   display data section contents\n\
88
-r   display relocation information\n
89
help_examples:\n\
90
Examples:-\n\
91
     %s -gst my_elf.axf\n\
92
     %s -c test1.axf test2.axf test3.axf\n
93
msg_i_am:AXF Decoder
94
msg_i_do:decodes an ARM Executable Format (AXF) file
95
err_asd_format:*** Format Error: Section expected at AREA offset %d\n
96
msg_asd_name:\n%s:\n
97
msg_asd_default_name:\nASD debug area:\n
98
err_no_output_filename:no filename given for '-o'
99
err_bad_option_2:unrecognized flag option '-%c'
100
err_try_help:Try '%s -help' for more information.