Lines Matching refs:col_offset

5463   int *col_offset;  member
5504 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space()
5506 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space()
5517 fc->col_offset[prev] = 0; in frame_need_space()
5708 sprintf (tmp, "c%+d", fc->col_offset[r]); in frame_display_row()
5711 sprintf (tmp, "v%+d", fc->col_offset[r]); in frame_display_row()
5714 sprintf (tmp, "%s", regname (fc->col_offset[r], 0)); in frame_display_row()
5756 fc->col_offset = (int *) xmalloc (sizeof (int)); in read_cie()
6038 fc->col_offset = (int *) xmalloc (sizeof (int)); in display_debug_frames()
6050 fc->col_offset = (int *) xcmalloc (fc->ncols, sizeof (int)); in display_debug_frames()
6052 memcpy (fc->col_offset, cie->col_offset, fc->ncols * sizeof (int)); in display_debug_frames()
6298 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames()
6312 fc->col_offset[opa] = cie->col_offset[opa]; in display_debug_frames()
6380 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames()
6396 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames()
6411 fc->col_offset[reg] = cie->col_offset[reg]; in display_debug_frames()
6425 fc->col_offset[reg] = 0; in display_debug_frames()
6439 fc->col_offset[reg] = 0; in display_debug_frames()
6457 fc->col_offset[reg] = roffs; in display_debug_frames()
6472 rs->col_offset = (int *) xcmalloc (rs->ncols, sizeof (* rs->col_offset)); in display_debug_frames()
6474 memcpy (rs->col_offset, fc->col_offset, rs->ncols * sizeof (* fc->col_offset)); in display_debug_frames()
6492 memcpy (fc->col_offset, rs->col_offset, in display_debug_frames()
6493 rs->ncols * sizeof (* rs->col_offset)); in display_debug_frames()
6495 free (rs->col_offset); in display_debug_frames()
6591 fc->col_offset[reg] = l * fc->data_factor; in display_debug_frames()
6607 fc->col_offset[reg] = l * fc->data_factor; in display_debug_frames()
6664 fc->col_offset[reg] = l * fc->data_factor; in display_debug_frames()