Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:size_tmp

265    { Word size_tmp = (Word)sym->st_size;
267 if (size_tmp < 0) size_tmp = 1;
268 if (size_tmp > max_Int) size_tmp = max_Int;
269 *sym_size_out = (Int)size_tmp;