OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [VER_5_3/] [gdb-5.3/] [bfd/] [doc/] [elf.texi] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1181 sfurman
@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
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.