Skip to content

Instantly share code, notes, and snippets.

@smcl
Created November 13, 2015 22:44
Show Gist options
  • Save smcl/ef8d83f539fceebb15f9 to your computer and use it in GitHub Desktop.
Save smcl/ef8d83f539fceebb15f9 to your computer and use it in GitHub Desktop.
$ avr-objdump -h blink
blink: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00000000 00800100 000000b0 00000124 2**0
CONTENTS, ALLOC, LOAD, DATA
1 .text 000000b0 00000000 00000000 00000074 2**1
CONTENTS, ALLOC, LOAD, READONLY, CODE
2 .comment 00000011 00000000 00000000 00000124 2**0
CONTENTS, READONLY
3 .debug_aranges 00000020 00000000 00000000 00000138 2**3
CONTENTS, READONLY, DEBUGGING
4 .debug_info 000000be 00000000 00000000 00000158 2**0
CONTENTS, READONLY, DEBUGGING
5 .debug_abbrev 00000014 00000000 00000000 00000216 2**0
CONTENTS, READONLY, DEBUGGING
6 .debug_line 00000058 00000000 00000000 0000022a 2**0
CONTENTS, READONLY, DEBUGGING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment