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

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c2755 short int *col_type; member in struct:Frame_Chunk
2770 /* A marker for a col_type that means this column was never referenced
2783 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int));
2788 fc->col_type[prev] = DW_CFA_unreferenced;
2810 if (fc->col_type[r] != DW_CFA_unreferenced)
2830 if (fc->col_type[r] != DW_CFA_unreferenced)
2832 switch (fc->col_type[r])
2960 fc->col_type = xmalloc (sizeof (short int));
3085 fc->col_type
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c5333 short int *col_type; member in struct:Frame_Chunk
5353 /* A marker for a col_type that means this column was never referenced
5388 fc->col_type = (short int *) xcrealloc (fc->col_type, fc->ncols,
5392 if (fc->col_type == NULL || fc->col_offset == NULL)
5402 fc->col_type[prev] = DW_CFA_unreferenced;
5622 if (fc->col_type[r] != DW_CFA_unreferenced)
5642 if (fc->col_type[r] != DW_CFA_unreferenced)
5644 switch (fc->col_type[r])
5700 fc->col_type
[all...]

Completed in 109 milliseconds