Searched refs:Frame_Chunk (Results 1 – 9 of 9) sorted by relevance
8475 typedef struct Frame_Chunk struct8477 struct Frame_Chunk *next; argument8496 Frame_Chunk; argument8512 frame_need_space (Frame_Chunk *fc, unsigned int reg) in frame_need_space()8909 frame_display_row (Frame_Chunk *fc, int *need_col_headers, unsigned int *max_regs) in frame_display_row()8983 Frame_Chunk **p_cie, int *p_version, in read_cie()8987 Frame_Chunk *fc; in read_cie()8996 fc = (Frame_Chunk *) xmalloc (sizeof (Frame_Chunk)); in read_cie()8997 memset (fc, 0, sizeof (Frame_Chunk)); in read_cie()9170 Frame_Chunk *chunks = NULL, *forward_refs = NULL; in display_debug_frames()[all …]
177 (struct Frame_Chunk): Use dwarf_vma type for pc_begin and pc_range
770 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
210 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
647 (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
381 * dwarf.c (struct Frame_Chunk) <cfa_reg>: Change type to
821 (Frame_Chunk): Make data_factor signed, add fde_encoding.
674 * readelf.c (struct Frame_Chunk): Add cfa_exp.
83873 * dwarf.c (struct Frame_Chunk): Make col_offset an int64_t.