Add clarification that for SHT_SYMTAB sections, the associated string
table section index can be found in the sh_link member, following the
same pattern documented for section header string tables.
This was discovered while writing an ELF parser, where the sh_link
field is needed to locate the string table for symbol name lookups
in SHT_SYMTAB sections.
Signed-off-by: Dacian Pascu <pascu.dacian@gmail.com>
Message-ID: <
78e41dade449bafddfb730b39226f8d9cb3fefdb.
1750427945.git.pascu.dacian@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
also contain a
.B SHT_DYNSYM
section.
+The index of the associated string table section
+can be found in the
+.I sh_link
+member.
.TP
.B SHT_STRTAB
This section holds a string table.