URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [gdb-5.0/] [bfd/] [doc/] [elf.texi] - Blame information for rev 1780
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
104 |
markom |
@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 |
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.