Lines Matching refs:sz
1463 bfd_size_type sz; in bfd_set_section_contents() local
1471 sz = section->size; in bfd_set_section_contents()
1472 if ((bfd_size_type) offset > sz in bfd_set_section_contents()
1473 || count > sz in bfd_set_section_contents()
1474 || offset + count > sz in bfd_set_section_contents()
1531 bfd_size_type sz; in bfd_get_section_contents() local
1540 sz = section->rawsize; in bfd_get_section_contents()
1542 sz = section->size; in bfd_get_section_contents()
1543 if ((bfd_size_type) offset > sz in bfd_get_section_contents()
1544 || count > sz in bfd_get_section_contents()
1545 || offset + count > sz in bfd_get_section_contents()