Displaying 2 results from an estimated 2 matches for "what_is_sunw_ldynsym".
2008 Oct 21
5
Why could I get function names from a stripped exec?
Hello, all experts.
When I use pid provider, my Dscript with -F option output the codepath with flowindent as you know,
e.g.
-> main
-> f1
-> f2
however I realized that the exec file I used at that time was stripped.
Does anyone know the reason why I could see the function names?
Thanks in advance.
--
This message posted from opensolaris.org
2007 Apr 16
0
[Fwd: Re: Getting the function names?]
...to re-link it on that OpenSolaris system
>> in order to generate the new ELF local symbol table section that libproc will then
>> read.
>>
>> General background info about these local function symbol sections can be found at
>>
>> http://blogs.sun.com/ali/entry/what_is_sunw_ldynsym
>>
>> - Ali
>
>
> Thanks for that extra info. I''m on B57 on my desktop, so I recompiled
> there and got the full text stack. Do you think this will make it to U4
> of Solaris 10?
>
> I noticed also that under Sun Studio 12 EA1, with dbx runtime checking,...