Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:uw

1181          UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 );
1183 || uw >= cc->escn_debug_str.szB)
1189 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str), uw );
1192 TRACE_D3("(indirect string, offset: 0x%lx): %s", uw, tmp);
1356 SizeT uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 );
1358 || uw >= cc->escn_debug_str_alt.szB)
1364 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str_alt), uw);
1367 TRACE_D3("(indirect alt string, offset: 0x%lx): %s", uw, tmp);