Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2755 short int *col_type; member
2786 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int)); in frame_need_space()
2835 switch (fc->col_type[r]) in frame_display_row()
3103 memcpy (fc->col_type, cie->col_type, fc->ncols * sizeof (short int)); in display_debug_frames()
3184 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
3188 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
3320 if ((fc->col_type[opa] = cie->col_type[opa]) == in display_debug_frames()
3396 if ((fc->col_type[opa] = cie->col_type[opa]) == in display_debug_frames()
3434 memcpy (rs->col_type, fc->col_type, rs->ncols); in display_debug_frames()
3448 memcpy (fc->col_type, rs->col_type, rs->ncols); in display_debug_frames()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8540 short int *col_type; member
8571 fc->col_type = xrealloc (fc->col_type, fc->ncols * sizeof (short int)); in frame_need_space()
8620 switch (fc->col_type[r]) in frame_display_row()
8862 memcpy (fc->col_type, cie->col_type, fc->ncols * sizeof (short int)); in display_debug_frames()
8938 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
8942 fc->col_type[opa] = DW_CFA_undefined; in display_debug_frames()
9071 if ((fc->col_type[opa] = cie->col_type[opa]) == in display_debug_frames()
9136 if ((fc->col_type[opa] = cie->col_type[opa]) == in display_debug_frames()
9174 memcpy (rs->col_type, fc->col_type, rs->ncols); in display_debug_frames()
9188 memcpy (fc->col_type, rs->col_type, rs->ncols); in display_debug_frames()
[all …]