Lines Matching refs:section_size
3118 bfd_size_type section_size, sgotloc_size;
3122 section_size = sxtlit->size;
3123 if (section_size == 0)
3126 BFD_ASSERT (section_size % 8 == 0);
3127 num = section_size / 8;
3130 if (sgotloc_size != section_size)
3202 if ((bfd_size_type) (num * 8) < section_size)
3203 memset (&contents[num * 8], 0, section_size - num * 8);
3206 section_size))
3210 memcpy (sgotloc->contents, contents, section_size);