Home | History | Annotate | Download | only in info

Lines Matching full:nbytes

1129        /* Attempt to read/write NBYTES on ABFD's IOSTREAM storing/fetching
1131 transfered (a read past end-of-file returns less than NBYTES),
1133 file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
1135 file_ptr nbytes);
7110 file_ptr nbytes,
7130 Calls PREAD_FUNC to request NBYTES of data from STREAM starting at
7132 returning the number of bytes read (which can be less than NBYTES when