This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: ELF empty hash table: howto?


On Wed, Sep 26, 2007 at 02:02:11PM +0200, Carmelo Amoroso wrote:
> I'm just wondering how could happen having into an elf binary and
> empty hash table
> (sysv or gnu style doesn't care).

You can create a shared library which will not export any symbols.
If both DT_HASH and DT_GNU_HASH tags are missing, l_nbuckets will
be also 0.

	Jakub


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