dladdr
int dladdr(const void * __restrict, Dl_info * __restrict);
(void)dladdr(addr, &dli);
if (dladdr((const void *)callpc, &info) != 0) {