Created
June 13, 2021 01:12
-
-
Save doug65536/ea6386a960abc1706ef773680da6c695 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doug@doug-dt:~/code/dgos/build$ x86_64-dgos-objdump -h bootefi | |
bootefi: file format pei-x86-64 | |
Sections: | |
Idx Name Size VMA LMA File off Algn | |
0 .debug_line 00008c54 0000000000000000 0000000000000000 000003e0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
1 .debug_info 000221ea 0000000000000000 0000000000000000 000091e0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
2 .debug_abbrev 000061b0 0000000000000000 0000000000000000 0002b3e0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
3 .debug_aranges 000009b0 0000000000000000 0000000000000000 000315e0 2**4 | |
CONTENTS, READONLY, DEBUGGING | |
4 .debug_str 000eef23 0000000000000000 0000000000000000 00031fe0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
5 .debug_macro 000036d0 0000000000000000 0000000000000000 00120fe0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
6 .debug_line_str 00004515 0000000000000000 0000000000000000 001247e0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
7 .debug_rnglists 000002f2 0000000000000000 0000000000000000 00128de0 2**0 | |
CONTENTS, READONLY, DEBUGGING | |
8 .text 0001776a 0000000000000000 0000000000000000 001291e0 2**4 | |
CONTENTS, ALLOC, LOAD, CODE | |
9 .edata 00000030 0000000100018000 0000000100018000 001409e0 2**2 | |
CONTENTS, ALLOC, LOAD, READONLY, DATA | |
10 .rodata 00004498 0000000100018040 0000000100018040 00140be0 2**5 | |
CONTENTS, ALLOC, LOAD, DATA | |
11 .reloc 00001124 0000000100020000 0000000100020000 001451e0 2**2 | |
CONTENTS, ALLOC, LOAD, READONLY, DATA | |
12 .smp 00000291 0000000100024000 0000000100024000 00146400 2**6 | |
CONTENTS, ALLOC, LOAD, CODE, DATA | |
13 .data 00000a48 0000000100028000 0000000100028000 00146800 2**5 | |
CONTENTS, ALLOC, LOAD, DATA | |
14 .bss 00000528 0000000100028a80 0000000100028a80 00000000 2**5 | |
ALLOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment