Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in.h466 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ macro
473 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ macro
Dbfd-in2.h473 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ macro
480 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ macro
DChangeLog-00012159 * libbfd.c (bfd_bread): New function replacing bfd_read without
2163 (bfd_read): Call bfd_bread.
2168 (bfd_read, bfd_write): Define as macro.
2169 * aix386-core.c: Replace calls to bfd_read with bfd_bread, and
3438 (ieee_archive_p): Correct comments regarding bfd_read.
8950 a format mismatch rather than an "error" from bfd_read such as
9268 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
9500 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
DChangeLog-94952589 (bfd_read): Cast real_read argument to size_t, not int.
5705 * libbfd-in.h: Move declarations of bfd_read, bfd_write, bfd_seek,
7754 Made sure that every call to bfd_read, bfd_write, and bfd_seek
8088 * libbfd.c (bfd_read): Set bfd_error as appropriate for a short
8092 failing bfd_read, bfd_write, or bfd_seek. In a few places
8093 (like som_object_p) override the error status set by bfd_read.
8347 * libbfd.c (bfd_read, bfd_seek): Add comments regarding errors.
DChangeLog-96975175 (versados_object_p): Check all bfd_read return values. Require
6614 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
DChangeLog-02038936 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
8938 (xcoff64_core_file_matches_executable_p): Replace bfd_read
DChangeLog-9899225 * libbfd.c (bfd_read): Check result of read against desired result
DChangeLog-91934117 (bfd_read, bfd_write) [FILE_OFFSET_IS_CHAR_INDEX]: Maintain
/toolchain/binutils/binutils-2.25/bfd/doc/
DChangeLog-9103151 * bfdint.texi: Replace reference to bfd_read with bfd_bread.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0001432 Replace bfd_read call with call to bfd_bread.
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-0001660 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00011247 * config/tc-tic54x.c (tic54x_mlib): Replace bfd_read call with