kopia lustrzana https://github.com/espressif/esp-idf
35 wiersze
420 B
Plaintext
35 wiersze
420 B
Plaintext
# Sections emitted by compiler by default.
|
|
|
|
[sections:text]
|
|
entries:
|
|
.text+
|
|
.literal+
|
|
|
|
[sections:data]
|
|
entries:
|
|
.data+
|
|
|
|
[sections:bss]
|
|
entries:
|
|
.bss+
|
|
|
|
[sections:common]
|
|
entries:
|
|
COMMON
|
|
|
|
[sections:legacy_bss]
|
|
entries:
|
|
.dynsbss
|
|
.sbss+
|
|
.gnu.linkonce.sb+
|
|
.scommon
|
|
.sbss2+
|
|
.gnu.linkonce.sb2+
|
|
.dynbss
|
|
.share.mem
|
|
.gnu.linkonce.b+
|
|
|
|
[sections:rodata]
|
|
entries:
|
|
.rodata+
|