Home
last modified time | relevance | path

Searched refs:col_type (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c5690 short int *col_type; member
5745 fc->col_type = (short int *) xcrealloc (fc->col_type, fc->ncols, in frame_need_space()
5749 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space()
5759 fc->col_type[prev] = DW_CFA_unreferenced; in frame_need_space()
5979 if (fc->col_type[r] != DW_CFA_unreferenced) in frame_display_row()
5999 if (fc->col_type[r] != DW_CFA_unreferenced) in frame_display_row()
6001 switch (fc->col_type[r]) in frame_display_row()
6057 fc->col_type = (short int *) xmalloc (sizeof (short int)); in read_cie()
6393 fc->col_type = (short int *) xmalloc (sizeof (short int)); in display_debug_frames()
6409 fc->col_type = (short int *) xcmalloc (fc->ncols, sizeof (short int)); in display_debug_frames()
[all …]