This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to get symbols for vectors.S?


Strange, they are in my image.

arm-elf-objdump --syms myapp | sort 
give
[...]
00030000 g       .rom_vectors   00000000 __exception_handlers
00030000 l    d  .rom_vectors   00000000 
00030020 g       .rom_vectors   00000000 vectors
00030020 l       .rom_vectors   00000000 .reset_vector
00030024 l       .rom_vectors   00000000 .undefined_instruction
00030028 l       .rom_vectors   00000000 .software_interrupt
0003002c l       .rom_vectors   00000000 .abort_prefetch
00030030 l       .rom_vectors   00000000 .abort_data
00030038 l       .rom_vectors   00000000 .IRQ
0003003c l       .rom_vectors   00000000 .FIQ
00030040 l       .rom_vectors   00000000 .start
00030044 g       *ABS*  00000000 _stext
00030044 g     F .text  00000000 reset_vector
00030044 l       .text  00000000 warm_reset
00030044 l    d  .text  00000000 
000300b8 g       .text  00000000 start
0003021c l       .text  00000000 _start_hang
00030220 g     F .text  00000000 reset_platform
00030228 l       .text  00000000 init_done
0003022c l       .text  00000000 undefined_instruction
00030294 l       .text  00000000 software_interrupt
000302cc l       .text  00000000 abort_prefetch
0003032c l       .text  00000000 abort_data
0003038c l       .text  00000000 call_exception_handler
000303e0 l       .text  00000000 FIQ
000303f8 l       .text  00000000 IRQ
0003040c l       .text  00000000 handle_IRQ_or_FIQ
00030520 g       .text  00000000 hal_interrupt_stack_call_pending_DSRs
[...]

This is a arm, elf RAM app. with a slightly modified start address for
my hardware. How does your setup differ? Thumb?

        Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]