Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance
185 bfd_size_type maxbytes = arelt_size (abfd); in bfd_bread() local187 if (abfd->where + size > maxbytes) in bfd_bread()189 if (abfd->where >= maxbytes) in bfd_bread()191 size = maxbytes - abfd->where; in bfd_bread()