ELF: Sections vs Segments
Key Takeaway
Multiple sections are grouped into one segment (e.g. .text + .rodata into one r-x LOAD). readelf -S lists sections; readelf -l lists segments.