13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Tool OptionsHLL object dumper option: --symbols (-S)Command line syntax--symbols[=type]-S[type]You can specify one of the following types:asmhllnoneDefault: --symbols=asmDescriptionahnDisplay assembly symbols in code dump.Display HLL symbols in code dump.Display plain addresses in code dump.With this option you can control symbolic in<strong>for</strong>mation in the disassembly and data dump. For data sectionsthis only applies to symbols used as labels at the data addresses. Data within the data sections will neverbe replaced with symbols.Only symbols that are available in the ELF or DWARF in<strong>for</strong>mation are used. If you build an applicationwithout HLL debug in<strong>for</strong>mation the --symbols=hll option will result in the same output as with--symbols=none. The same applies to the --symbols=asm option when all symbols are stripped fromthe ELF file.Examplehldumparm -F2 hello.abs----------- Section dump ----------.section .text, '_vector_0'00000000 e30000ea b _START.endsechldumparm --symbols=none -F2 hello.abs----------- Section dump ----------.section .text, '_vector_0'00000000 e30000ea b 0x364.endsecRelated in<strong>for</strong>mationSection 10.5.2, HLL Dump Output Format725

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!