Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doug65536/8114b3ef3a5cce0a65a88d89b358cf59 to your computer and use it in GitHub Desktop.
Save doug65536/8114b3ef3a5cce0a65a88d89b358cf59 to your computer and use it in GitHub Desktop.
rom link
doug@doug-dt:~/code/emb/build$ objdump -h emb
emb: file format elf32-i386
Sections:
Idx Name Size VMA LMA File off Algn
0 .data.early 0000001c 00200000 ffe03230 00003340 2**2
CONTENTS, ALLOC, LOAD, DATA
1 .entry 00000010 fffffff0 ffe00000 000000f0 2**0
CONTENTS, ALLOC, LOAD, READONLY, CODE
2 .text.early 0000006a ffff0000 ffe00010 00000100 2**0
CONTENTS, ALLOC, LOAD, READONLY, CODE
3 .rodata.early 00000007 ffff006a ffe0007a 0000016a 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
4 .text 00001f2a ffe00090 ffe00090 00000190 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
5 .rodata 00001100 ffe01fbc ffe01fbc 000020bc 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
6 .eh_frame 00000174 ffe030bc ffe030bc 000031bc 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
7 .bss 00000064 00200020 ffe0324c 00003360 2**5
ALLOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment