Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:di_handle

592    ULong di_handle;
631 di_handle = di->handle;
642 di_handle = 0;
652 return di_handle;
1017 ULong di_handle __attribute__((unused))
1019 /* di_handle is ignored. That's not a problem per se -- it just
3549 by the shared object characterised by the given di_handle. Asserts
3556 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
3566 pertains to 'di_handle'. */
3567 tl_assert(di_handle > 0);
3569 if (di->handle == di_handle)