Merge from vendor branch FILE:
[games.git] / contrib / binutils-2.17 / bfd / doc / elf.texi
1 @section ELF backends
2 BFD support for ELF formats is being worked on.
3 Currently, the best supported back ends are for sparc and i386
4 (running svr4 or Solaris 2).
5
6 Documentation of the internals of the support code still needs
7 to be written.  The code is changing quickly enough that we
8 haven't bothered yet.
9
10 @findex bfd_elf_find_section
11 @subsubsection @code{bfd_elf_find_section}
12 @strong{Synopsis}
13 @example
14 struct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name);
15 @end example
16 @strong{Description}@*
17 Helper functions for GDB to locate the string tables.
18 Since BFD hides string tables from callers, GDB needs to use an
19 internal hook to find them.  Sun's .stabstr, in particular,
20 isn't even pointed to by the .stab section, so ordinary
21 mechanisms wouldn't work to find it, even if we had some.
22