Dynamic linking library
ratheesh k <[email protected]> Thu, 20 Jan 2011 17:07:25 +0530
| Newsgroups | gmane.linux.c-programming |
|---|---|
| Message-ID | <[email protected]> |
Suppose there are two executable elf . say A, B . And these two are using libctest.so. When A is executed libctest.so is loaded into RAM and linear address is correctly mapped. If we execute program B after A , will library will be loaded again ? else, how OS know that libctest is already loaded into physical page ? (so it can map linear address to it ) -Ratheesh -- To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html