This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Global data loaded if symbols aren't resolved


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]