Searched refs:frame_need_space (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c2775 frame_need_space (Frame_Chunk *fc, int reg) function
2962 frame_need_space (fc, max_regs-1);
3063 frame_need_space (fc, fc->ra);
3087 frame_need_space (fc, max_regs - 1);
3105 frame_need_space (fc, max_regs-1);
3177 frame_need_space (fc, opa);
3181 frame_need_space (fc, opa);
3199 frame_need_space (fc, reg);
3204 frame_need_space (fc, reg);
3209 frame_need_space (f
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c5361 frame_need_space (Frame_Chunk *fc, unsigned int reg) function
5907 if (frame_need_space (fc, mreg) < 0)
6014 if (frame_need_space (cie, mreg) < 0)
6038 if (frame_need_space (fc, max_regs > 0 ? max_regs - 1 : 0) < 0)
6065 if (frame_need_space (fc, max_regs > 0 ? max_regs - 1: 0) < 0)
6169 if (frame_need_space (fc, opa) >= 0)
6173 if (frame_need_space (fc, opa) >= 0)
6191 if (frame_need_space (fc, reg) >= 0)
6196 if (frame_need_space (fc, reg) >= 0)
6201 if (frame_need_space (f
[all...]

Completed in 62 milliseconds