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