I wonder how the libc.so.6 is handled in memory when a program includes it . I understand its a dynamic lib file and only stored once but I was really surprised how huge this file is.
This syntax directs the stream to myoutput.txt
objdump -d libc.so.6 &> /home/john/myoutput.txt
I opened it - well its over 18 MB in size and over 300 000 rows.
So - is all of this loaded into ram when a program uses it or just pieces?