|
From: Josef W. <Jos...@gm...> - 2005-11-16 14:34:59
|
On Wednesday 16 November 2005 11:04, Tom Hughes wrote: > In which case my patch was a no-op for callgrind and shouldn't have > changed anything. Sorry. Yes, my previous mail was wrong. Address 21160 was shown as being in GOT of libpthread-2.3.5.so from the beginning. I looked at the wrong place. Relevant is this excerpt: > _dl_start(0x2020202E, 0x2020202E, ...) [ld-2.3.5.so / 0x1960] > 0x04027528(0x2020202E, 0x2020202E, ...) [??? / 0x4027528] > _dl_start(0x2020202E, 0x2020202E, ...) [ld-2.3.5.so / 0x19D4] > 0x04027528(0x2020202E, 0x2020202E, ...) [??? / 0x4027528] The line with 0x04027528 should be shown as 0x00027528 [GOT](...) [ld-2.3.5.so / 0x27528] I will try the ASpaceMgr functions. Josef |