S5U1C17001C ManUal
EPSOn
11-19
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
11 OTHEr TOOlS
11
Tools
-g
(Display converted debugging information)
Displays the relations between the sources and the execution addresses in the following display format:
/* file
<filename>
line
<source line number>
addr 0x
<address>
*/
The data types of the global symbols are also displayed.
C:\EPSON\gnu17\>objdump -g sample.elf
sample.elf: file format elf32-c17
boot.s:
/* file boot.s line 47 addr 0x4080 */
/* file boot.s line 48 addr 0x4082 */
/* file boot.s line 49 addr 0x4084 */
/* file boot.s line 50 addr 0x4086 */
/* file boot.s line 53 addr 0x4088 */
. . . . .
main.c:
typedef int16 int;
typedef int8 char;
typedef int32 long int;
typedef uint16 unsigned int;
typedef uint32 long unsigned int;
. . . . .
typedef complex float0 complex float;
typedef complex float0 complex double;
typedef complex float0 complex long double;
typedef void *__builtin_va_list;
typedef enum { False, True } _Bool;
int main ()
{ /* 0x40a0 */
/* file main.c line 10 addr 0x40a0 */
{ /* 0x40a2 */
register int j /* 0x4 */;
/* file main.c line 12 addr 0x40a2 */
/* file main.c line 14 addr 0x40aa */
/* file main.c line 16 addr 0x40ac */
/* file main.c line 14 addr 0x40b2 */
} /* 0x40b8 */
/* file main.c line 18 addr 0x40b8 */
} /* 0x40bc */
. . . . .
-t
(Display global symbol information)
Displays the list of the global symbols including the internal symbols in the following display format:
SYMBOL TABLE
:
<execution address> <local/global> <symbol type> <section> <data size> <symbol name>
C:\EPSON\gnu17\>objdump -t sample.elf
sample.elf: file format elf32-c17
SYMBOL TABLE:
00000000 l d .bss
00000000
000000b8 l d .data
00000000
00004000 l d .rodata 00000000
00004080 l d .text
00000000
000042c0 l d .stab
00000000
00004e78 l d .stabstr 00000000
. . . . .
Содержание S5U1C17001C
Страница 6: ......
Страница 17: ...1 General S5U1C17001C Manual 1 General ...
Страница 18: ......
Страница 21: ...1 2 Install S5U1C17001C Manual 2 Installation ...
Страница 22: ......
Страница 29: ...3 SoftDev S5U1C17001C Manual 3 Software Development Procedures ...
Страница 30: ......
Страница 103: ...4 SrcFiles S5U1C17001C Manual 4 Source files ...
Страница 104: ......
Страница 121: ...5 IDE S5U1C17001C Manual 5 gnU17 iDE ...
Страница 122: ......
Страница 365: ...6 Compiler S5U1C17001C Manual 6 C Compiler ...
Страница 366: ......
Страница 385: ...7 Library S5U1C17001C Manual 7 library ...
Страница 386: ......
Страница 404: ...7 18 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 7 liBrary THIS PAGE IS BLANK ...
Страница 405: ...8 Assemblr S5U1C17001C Manual 8 assembler ...
Страница 406: ......
Страница 438: ...8 32 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 8 aSSEMBlEr THIS PAGE IS BLANK ...
Страница 439: ...9 Linker S5U1C17001C Manual 9 linker ...
Страница 440: ......
Страница 448: ...9 8 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 9 linkEr THIS PAGE IS BLANK ...
Страница 449: ...10 Debugger S5U1C17001C Manual 10 Debugger ...
Страница 450: ......
Страница 625: ...10 174 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 10 DEBUggEr THIS PAGE IS BLANK ...
Страница 626: ...11 Tools S5U1C17001C Manual 11 Other Tools ...
Страница 627: ......
Страница 695: ...11 68 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 11 OTHEr TOOlS THIS PAGE IS BLANK ...
Страница 696: ...S1C17 Family C Compiler Package Quick Reference Reference ...