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
. . . . .
Summary of Contents for S5U1C17001C
Page 6: ......
Page 17: ...1 General S5U1C17001C Manual 1 General ...
Page 18: ......
Page 21: ...1 2 Install S5U1C17001C Manual 2 Installation ...
Page 22: ......
Page 29: ...3 SoftDev S5U1C17001C Manual 3 Software Development Procedures ...
Page 30: ......
Page 103: ...4 SrcFiles S5U1C17001C Manual 4 Source files ...
Page 104: ......
Page 121: ...5 IDE S5U1C17001C Manual 5 gnU17 iDE ...
Page 122: ......
Page 365: ...6 Compiler S5U1C17001C Manual 6 C Compiler ...
Page 366: ......
Page 385: ...7 Library S5U1C17001C Manual 7 library ...
Page 386: ......
Page 405: ...8 Assemblr S5U1C17001C Manual 8 assembler ...
Page 406: ......
Page 439: ...9 Linker S5U1C17001C Manual 9 linker ...
Page 440: ......
Page 449: ...10 Debugger S5U1C17001C Manual 10 Debugger ...
Page 450: ......
Page 626: ...11 Tools S5U1C17001C Manual 11 Other Tools ...
Page 627: ......
Page 696: ...S1C17 Family C Compiler Package Quick Reference Reference ...