Searched hist:ebdc1d480e809b6ab0b1ad58822a21395706be25 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libroot/posix/ |
H A D | dlfcn.c | ebdc1d480e809b6ab0b1ad58822a21395706be25 Sat Apr 11 09:00:07 UTC 2015 Michael Lotz <mmlr@mlotz.ch> 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.
|
/haiku/headers/private/runtime_loader/ |
H A D | runtime_loader.h | ebdc1d480e809b6ab0b1ad58822a21395706be25 Sat Apr 11 09:00:07 UTC 2015 Michael Lotz <mmlr@mlotz.ch> 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.
|
/haiku/src/system/runtime_loader/ |
H A D | runtime_loader_private.h | ebdc1d480e809b6ab0b1ad58822a21395706be25 Sat Apr 11 09:00:07 UTC 2015 Michael Lotz <mmlr@mlotz.ch> 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.
|
H A D | elf.cpp | ebdc1d480e809b6ab0b1ad58822a21395706be25 Sat Apr 11 09:00:07 UTC 2015 Michael Lotz <mmlr@mlotz.ch> 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.
|