Global data loaded if symbols aren't resolved
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Global data loaded if symbols aren't resolved
- From: Marcus Clyne <maccaday@xxxxxxxxx>
- Date: Sat, 15 Aug 2009 06:03:40 +0300
- User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Hi,
If a shared object is loaded using dlopen etc and the symbols in its
object aren't used (specifically they are defined elsewhere already
inside that process), is the data in the symbols automatically loaded
into memory or is it skipped (assuming there are no other programs using
those symbols on the system) and the memory available for other purposes?
Thanks,
Marcus.
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]