Home
last modified time | relevance | path

Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dbfdio.c185 bfd_size_type maxbytes = arelt_size (abfd); in bfd_bread() local
187 if (abfd->where + size > maxbytes) in bfd_bread()
189 if (abfd->where >= maxbytes) in bfd_bread()
191 size = maxbytes - abfd->where; in bfd_bread()