Lines Matching refs:Frame_Chunk
5456 typedef struct Frame_Chunk struct
5458 struct Frame_Chunk *next; argument
5477 Frame_Chunk; argument
5490 frame_need_space (Frame_Chunk *fc, unsigned int reg) in frame_need_space()
5660 frame_display_row (Frame_Chunk *fc, int *need_col_headers, int *max_regs) in frame_display_row()
5738 Frame_Chunk **p_cie, int *p_version, in read_cie()
5742 Frame_Chunk *fc; in read_cie()
5752 fc = (Frame_Chunk *) xmalloc (sizeof (Frame_Chunk)); in read_cie()
5753 memset (fc, 0, sizeof (Frame_Chunk)); in read_cie()
5844 Frame_Chunk *chunks = 0, *forward_refs = 0; in display_debug_frames()
5845 Frame_Chunk *remembered_state = 0; in display_debug_frames()
5846 Frame_Chunk *rs; in display_debug_frames()
5861 Frame_Chunk *fc; in display_debug_frames()
5862 Frame_Chunk *cie; in display_debug_frames()
5963 static Frame_Chunk fde_fc; in display_debug_frames()
6029 memset (fc, 0, sizeof (Frame_Chunk)); in display_debug_frames()
6464 rs = (Frame_Chunk *) xmalloc (sizeof (Frame_Chunk)); in display_debug_frames()