Files
esp-idf/components/esp_system/ld/ld.elf.internal.sections
2026-08-13 21:23:36 +02:00

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) }