public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* synthetic symtab on bfd
@ 2010-11-01 15:50 Paulo J. Matos
  2010-11-01 16:02 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Paulo J. Matos @ 2010-11-01 15:50 UTC (permalink / raw)
  To: binutils


On bfd there's a function (which doesn't seem to be documented):
- bfd_get_synthetic_symtab

What is this synthetic symbol table?

-- 
PMatos

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: synthetic symtab on bfd
  2010-11-01 15:50 synthetic symtab on bfd Paulo J. Matos
@ 2010-11-01 16:02 ` Daniel Jacobowitz
  2010-11-01 18:18   ` Paulo J. Matos
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2010-11-01 16:02 UTC (permalink / raw)
  To: Paulo J. Matos; +Cc: binutils

On Mon, Nov 01, 2010 at 03:46:44PM +0000, Paulo J. Matos wrote:
> 
> On bfd there's a function (which doesn't seem to be documented):
> - bfd_get_synthetic_symtab
> 
> What is this synthetic symbol table?

Symbols that aren't in the object file, but BFD can infer and finds
useful.  For instance, most platforms don't put a symbol on each PLT
entry.  But disassembly is more useful if it says "branch to
memcpy@plt" instead of "branch to _init - 0x54".

-- 
Daniel Jacobowitz
CodeSourcery

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: synthetic symtab on bfd
  2010-11-01 16:02 ` Daniel Jacobowitz
@ 2010-11-01 18:18   ` Paulo J. Matos
  0 siblings, 0 replies; 3+ messages in thread
From: Paulo J. Matos @ 2010-11-01 18:18 UTC (permalink / raw)
  To: binutils

Daniel Jacobowitz <dan@codesourcery.com> writes:

> Symbols that aren't in the object file, but BFD can infer and finds
> useful.  For instance, most platforms don't put a symbol on each PLT
> entry.  But disassembly is more useful if it says "branch to
> memcpy@plt" instead of "branch to _init - 0x54".

Interesting, thanks.

-- 
PMatos

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-01 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-01 15:50 synthetic symtab on bfd Paulo J. Matos
2010-11-01 16:02 ` Daniel Jacobowitz
2010-11-01 18:18   ` Paulo J. Matos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).