handleForAddr

Input: addr an internal address of a DSO

version(Shared) nothrow @nogc
void*
handleForAddr
(
void* addr
)

Return Value

Type: void*

the dlopen handle for that DSO or null if addr is not within a loaded DSO

Suggestion Box / Bug Report