Popular recipes tagged "ram"http://code.activestate.com/recipes/tags/ram/2011-12-23T21:58:01-08:00ActiveState Code RecipesFind function in a ram.map file (Python)
2011-12-23T21:58:01-08:00Sharonhttp://code.activestate.com/recipes/users/4180356/http://code.activestate.com/recipes/577995-find-function-in-a-rammap-file/
<p style="color: grey">
Python
recipe 577995
by <a href="/recipes/users/4180356/">Sharon</a>
(<a href="/recipes/tags/map/">map</a>, <a href="/recipes/tags/ram/">ram</a>, <a href="/recipes/tags/vxworks/">vxworks</a>).
</p>
<p>The findCloseAddress() function receives an input parameter ram.map file "ramMapFile", and search inside it for the function with the closest address to the input parameter "reqAddress".</p>