Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:di_handle

612    ULong di_handle;
651 di_handle = di->handle;
662 di_handle = 0;
672 return di_handle;
1034 ULong di_handle __attribute__((unused))
1036 /* di_handle is ignored. That's not a problem per se -- it just
3643 by the shared object characterised by the given di_handle. Asserts
3650 VG_(di_get_global_blocks_from_dihandle) ( ULong di_handle,
3660 pertains to 'di_handle'. */
3661 tl_assert(di_handle > 0);
3663 if (di->handle == di_handle)