This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [patch] solib-svr4.c: Document why we need section info of the dynamic linker.


On Tue, Jan 26, 2010 at 12:46 PM, Daniel Jacobowitz
<dan@codesourcery.com> wrote:
> On Tue, Jan 26, 2010 at 12:41:19PM -0800, Doug Evans wrote:
>> + ? ? ?/* On at least some versions of Solaris there's a dynamic relocation
>> + ? ? ?on _r_debug.rtld_db_dlactivity (or however it's spelled on Solaris)
>
> It's _r_debug.r_brk. ?The function is _dl_debug_state.

Righto.

> I'm curious, does bionic use rtld_db_dlactivity (for either the
> function name or field name)?

The field name is r_brk, the function name (on android) is
__dl_rtld_db_dlactivity


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