| commit | 89ac0395a9e018f4d4dbda9d3e27159419a92da2 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Tue Apr 03 02:30:48 2012 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:35:45 2012 +0200 |
| tree | 9ba702ad7e5cc5bf3a613e959d378f62350a485a | |
| parent | 3fd099b71ae9e0c4fe9f48a239523e7037e4baf4 [diff] |
Differentiate fresh libraries from old by "key", not by base address - that because base is unknown at the time that library is mapped in, only bias is known. We'd have to read the elf file to determine whether this is the right library or not. Instead we assume that the dynamic linker keeps linked list, and use address of internal structure as the key