Skip to content

ELF Sections

swheater edited this page Feb 19, 2013 · 1 revision

ELF Sections

  • .text: code

  • .data: data

  • .rodata: read-only data

  • .bss: uninitialised data (zeros)

Clone this wiki locally