Searched refs:my_size (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dtypebound_call_25.f9012 PROCEDURE, NOPASS :: my_size
14 GENERIC :: sz => my_size
22 PURE INTEGER FUNCTION my_size() function in module:my_mod
23 my_size = 10
30 REAL :: field1 (config%my_size())
/haiku-buildtools/binutils/bfd/
H A Delf-attrs.c210 bfd_vma my_size; local
214 my_size = 1;
221 my_size += vendor_size;
224 if (size != my_size)
/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc4011 Address my_size = this->plt_size_ + this->branch_size_; local
4013 my_size += this->targ_->savres_section()->data_size();
4014 if (my_size != 0)
4017 my_size += off - start_off;
4019 // threshold. Alignment requirement is included in "my_size", so
4020 // increase "my_size" does not invalidate alignment.
4021 if (my_size < this->min_size_threshold_)
4022 my_size = this->min_size_threshold_;
4024 this->set_current_data_size(my_size);
4027 return my_size;
[all...]

Completed in 106 milliseconds