Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 20 Jan 2013 21:03:35 -0500
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: dladdr()

On Wed, Jan 16, 2013 at 06:42:48PM +0100, musl wrote:
> > implementations could be seen as the "real" specification. Do you know
> > what other systems like BSD do?
> 
> 
> freebsd dladdr man pages defines the dli_fbase field as :
>   "The base address at which the shared object is
>    mapped into the address space of the calling
>    process"
> 
> see:
>   http://www.unix.com/man-page/FreeBSD/3/dladdr/

Do you know what they _do_, though? Is the fbase address of the main
program 0 or the lowest virtual address of the mapping?

BTW is dladdr otherwise working correctly for you now?

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.