Address of variables in the bss/text segments of a shared library

Scott Brooks scott@hermitworksentertainment.com
Wed Mar 14 00:35:00 GMT 2007


When I use &__bss_start, &_end, in a shared library I get the addresses of the 
__bss_start and _end of the main application that has loaded the library.

I would like to get the address of the bss/text segments of the shared library 
itself.

Thanks
Scott Brooks



More information about the Gcc mailing list