Searched refs:fixed_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-win.c974 int fixed_size = TRUE; local
981 fixed_size = FALSE;
989 if (fixed_size)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindint.h899 bfd_byte fixed_size[2]; member in struct:bin_versioninfo
H A Dresbin.c2117 windres_put_16 (wrbfd, bvi.fixed_size,
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c100 int fixed_size; /* fixed size of stack frame */ member in struct:rs6000_stack
13173 info_ptr->fixed_size = RS6000_SAVE_AREA;
13179 += RS6000_ALIGN (info_ptr->fixed_size + info_ptr->vars_size
13182 - (info_ptr->fixed_size + info_ptr->vars_size
13309 info_ptr->total_size = RS6000_ALIGN (non_fixed_size + info_ptr->fixed_size,
13505 if (info->fixed_size)
13506 fprintf (stderr, "\tfixed_size = %5d\n", info->fixed_size);
19498 offset += info->fixed_size + info->vars_size + info->parm_size;
19502 ? info->fixed_size + info->vars_size + info->parm_size

Completed in 130 milliseconds