Searched refs:frame_need_space (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.c | 5718 frame_need_space (Frame_Chunk *fc, unsigned int reg) in frame_need_space() function 6264 if (frame_need_space (fc, mreg) < 0) in display_debug_frames() 6371 if (frame_need_space (cie, mreg) < 0) in display_debug_frames() 6395 if (frame_need_space (fc, max_regs > 0 ? max_regs - 1 : 0) < 0) in display_debug_frames() 6422 if (frame_need_space (fc, max_regs > 0 ? max_regs - 1: 0) < 0) in display_debug_frames() 6526 if (frame_need_space (fc, opa) >= 0) in display_debug_frames() 6530 if (frame_need_space (fc, opa) >= 0) in display_debug_frames() 6548 if (frame_need_space (fc, reg) >= 0) in display_debug_frames() 6553 if (frame_need_space (fc, reg) >= 0) in display_debug_frames() 6558 if (frame_need_space (fc, reg) >= 0) in display_debug_frames() [all …]
|
D | ChangeLog-2014 | 154 * dwarf.c (frame_need_space): Check for an over large register 157 frame_need_space. Check for a CFA expression that is so long the 211 (frame_need_space): Test for an ncols of zero. 301 (frame_need_space): Handle the case where one or both of the
|
D | ChangeLog-2009 | 1011 * dwarf.c (dwarf_regnames): Moved before frame_need_space. 1013 (frame_need_space): Return int.
|
D | ChangeLog-2005 | 582 get_debug_info, frame_need_space, display_debug_frames,
|
D | ChangeLog-0001 | 1165 (frame_need_space): Support for above.
|