зеркало из https://github.com/mozilla/gecko-dev.git
5420284414
This is how my mapfile looks like: 5587df936000-5587df96b000 r--p 00000000 fd:02 21584889 /home/emilio/src/moz/gecko/obj-debug/dist/bin/firefox 5587df96b000-5587df9ec000 r-xp 00035000 fd:02 21584889 /home/emilio/src/moz/gecko/obj-debug/dist/bin/firefox 5587df9ec000-5587df9ed000 r--p 000b6000 fd:02 21584889 /home/emilio/src/moz/gecko/obj-debug/dist/bin/firefox 5587df9ed000-5587df9ee000 rw-p 000b7000 fd:02 21584889 /home/emilio/src/moz/gecko/obj-debug/dist/bin/firefox Note how the executable bit, which is the only one we look at, and which is where we get exeExeAddr from (0x5587df96b000 in this case) is in the middle of the executable, but the library will span all four ranges. Check for whether the library _contains_ the start address of the executable region instead of whether it starts with it. Differential Revision: https://phabricator.services.mozilla.com/D72504 |
||
---|---|---|
.. | ||
core | ||
lul | ||
public | ||
moz.build |