First line of ld-linux.so that is called
Patrick Zou
patrick.zou@gmail.com
Thu Feb 15 05:00:00 GMT 2007
looks like it is _dl_start from rtld.c. How do I confirm this?
If I do ldd on my debugged program, it shows the address of ld-linux.so.
linux-gate.so.1 => (0x0052d000)
libc.so.6 => /office/lib/libc.so.6 (0x00705000)
/test/lib/ld-linux.so.2 (0x0083d000)
this address 0x0083d000 is not fixed, right? If load my program through
gdb, this address will be different? how to check the ld-inux.so's
address after gdb is loaded then?
thanks
patrick
More information about the Libc-alpha
mailing list