haiku/headers/private/runtime_loader
Michael Lotz ebdc1d480e runtime_loader: Add imageName and exactMatch to symbol lookup.
Extend the get_nearest_symbol_at_address() private runtime_loader
export to include imageName and exactMatch arguments.

The imageName holds the SONAME of the image, if available, so cannot
neccessarily be extracted from the image path.

Whether or not there was an exact match, i.e. the symbol with its size
contains the address, is now returned in exactMatch.
2015-04-11 11:18:50 +02:00
..
runtime_loader.h runtime_loader: Add imageName and exactMatch to symbol lookup. 2015-04-11 11:18:50 +02:00