ELF Format
-Elf header•Word size, byte ordering, file type (.o, exec, .so), machine type, etc.
•Segment header table
•Page size, virtual addresses memory segments (sections), segment sizes.
•.textsection
•Code
•.rodata section
•Read only data: jump tables, ...
•.datasection
•Initialized global variables
•.bsssection
•Uninitialized global variables
•“Block Started by Symbol”
•“Better Save Space”
•Has section header but occupies no space