Searched refs:col_offset (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.c | 5691 int *col_offset; member 5747 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 5749 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space() 5760 fc->col_offset[prev] = 0; in frame_need_space() 6010 sprintf (tmp, "c%+d", fc->col_offset[r]); in frame_display_row() 6013 sprintf (tmp, "v%+d", fc->col_offset[r]); in frame_display_row() 6016 sprintf (tmp, "%s", regname (fc->col_offset[r], 0)); in frame_display_row() 6058 fc->col_offset = (int *) xmalloc (sizeof (int)); in read_cie() 6394 fc->col_offset = (int *) xmalloc (sizeof (int)); in display_debug_frames() 6410 fc->col_offset = (int *) xcmalloc (fc->ncols, sizeof (int)); in display_debug_frames() [all …]
|