This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: synthetic symtab on bfd


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]