Source: cirosantilli/elf-hello-world/stt-section
= `STT_SECTION`
There are two such entries, one pointing to `.data` and the other to `.text` (section indexes `1` and `2`).
``
Num: Value Size Type Bind Vis Ndx Name
2: 0000000000000000 0 SECTION LOCAL DEFAULT 1
3: 0000000000000000 0 SECTION LOCAL DEFAULT 2
``
TODO what is their purpose?