mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 22:34:48 +01:00
43e7b1c2b0
* If dladdr can't find an exact match, it returns the nearest symbol less than the given address. * If no suitable symbol can be found, but the address is within a loaded library, dladdr returns the library name and base address. Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>