Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:uw

1039          UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 );
1040 if (cc->debug_str_img == NULL || uw >= cc->debug_str_sz)
1045 str = (UChar*)cc->debug_str_img + uw;
1046 TRACE_D3("(indirect string, offset: 0x%lx): %s", uw, str);