Lines Matching defs:lib_size
3645 unsigned int lib_size;
3673 if (size <= lib_param->lib_size)
3731 auto_ovl_lib_functions (struct bfd_link_info *info, unsigned int lib_size)
3752 && sec->size < lib_size
3759 collect_lib_param.lib_size = lib_size;
3779 /* If this section is OK, its size must be less than lib_size. */
3786 if (tmp < lib_size
3805 if (tmp + stub_size < lib_size)
3813 lib_size -= tmp + stub_size;
3820 lib_size += ovl_stub_size (htab->params);
3860 return lib_size;
4399 unsigned int max_fixed, lib_size;
4404 lib_size = max_fixed - fixed_size;
4405 lib_size = auto_ovl_lib_functions (info, lib_size);
4406 if (lib_size == (unsigned int) -1)
4408 fixed_size = max_fixed - lib_size;