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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2817 short int *col_type; member in struct:Frame_Chunk
2832 /* A marker for a col_type that means this column was never referenced
2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int));
2850 fc->col_type[prev] = DW_CFA_unreferenced;
2872 if (fc->col_type[r] != DW_CFA_unreferenced)
2892 if (fc->col_type[r] != DW_CFA_unreferenced)
2894 switch (fc->col_type[r])
3029 fc->col_type = xmalloc (sizeof (short int));
3153 fc->col_type
[all...]

Completed in 181 milliseconds