Lines Matching defs:lib_size
3649 unsigned int lib_size;
3677 if (size <= lib_param->lib_size)
3735 auto_ovl_lib_functions (struct bfd_link_info *info, unsigned int lib_size)
3756 && sec->size < lib_size
3763 collect_lib_param.lib_size = lib_size;
3783 /* If this section is OK, its size must be less than lib_size. */
3790 if (tmp < lib_size
3809 if (tmp + stub_size < lib_size)
3817 lib_size -= tmp + stub_size;
3824 lib_size += ovl_stub_size (htab->params);
3864 return lib_size;
4403 unsigned int max_fixed, lib_size;
4408 lib_size = max_fixed - fixed_size;
4409 lib_size = auto_ovl_lib_functions (info, lib_size);
4410 if (lib_size == (unsigned int) -1)
4412 fixed_size = max_fixed - lib_size;