Lines Matching refs:Frame_Chunk
2749 typedef struct Frame_Chunk struct
2751 struct Frame_Chunk *next; argument
2768 Frame_Chunk; argument
2778 frame_need_space (Frame_Chunk *fc, int reg) in frame_need_space()
2798 frame_display_row (Frame_Chunk *fc, int *need_col_headers, int *max_regs) in frame_display_row()
2905 Frame_Chunk *chunks = 0; in display_debug_frames()
2906 Frame_Chunk *remembered_state = 0; in display_debug_frames()
2907 Frame_Chunk *rs; in display_debug_frames()
2920 Frame_Chunk *fc; in display_debug_frames()
2921 Frame_Chunk *cie; in display_debug_frames()
2959 fc = xmalloc (sizeof (Frame_Chunk)); in display_debug_frames()
2960 memset (fc, 0, sizeof (Frame_Chunk)); in display_debug_frames()
3074 static Frame_Chunk fde_fc; in display_debug_frames()
3077 memset (fc, 0, sizeof (Frame_Chunk)); in display_debug_frames()
3430 rs = xmalloc (sizeof (Frame_Chunk)); in display_debug_frames()