Home
last modified time | relevance | path

Searched refs:Frame_Chunk (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c8475 typedef struct Frame_Chunk struct
8477 struct Frame_Chunk *next; argument
8496 Frame_Chunk; argument
8512 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 …]
DChangeLog-2013177 (struct Frame_Chunk): Use dwarf_vma type for pc_begin and pc_range
DChangeLog-2010770 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
DChangeLog-2014210 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
DChangeLog-2015647 (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
DChangeLog-2017381 * dwarf.c (struct Frame_Chunk) <cfa_reg>: Change type to
DChangeLog-0001821 (Frame_Chunk): Make data_factor signed, add fde_encoding.
DChangeLog-0203674 * readelf.c (struct Frame_Chunk): Add cfa_exp.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git83873 * dwarf.c (struct Frame_Chunk): Make col_offset an int64_t.