mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
/**
|
|
* Linker-generated ELF sections. Must be explicitly placed in linker scripts
|
|
* when using ld.lld with --orphan-handling=warn/error. GNU ld special-cases
|
|
* these sections; ld.lld does not.
|
|
*/
|
|
.symtab 0 : { *(.symtab) }
|
|
.strtab 0 : { *(.strtab) }
|
|
.shstrtab 0 : { *(.shstrtab) }
|