Home | History | Annotate | Download | only in bfd

Lines Matching refs:section_size

3161   bfd_size_type section_size, sgotloc_size;
3165 section_size = sxtlit->size;
3166 BFD_ASSERT (section_size % 8 == 0);
3167 num = section_size / 8;
3170 if (sgotloc_size != section_size)
3243 if ((bfd_size_type) (num * 8) < section_size)
3244 memset (&contents[num * 8], 0, section_size - num * 8);
3247 section_size))
3251 memcpy (sgotloc->contents, contents, section_size);