Searched refs:col_offset (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.c | 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() [all …]
|