Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h4312 buy_and_read (bfd *abfd, file_ptr where, in buy_and_read() function
4388 native_lineno = (LINENO *) buy_and_read (abfd, asect->line_filepos, in coff_slurp_line_table()
5113 native_relocs = (bfd_byte *) buy_and_read (abfd, asect->rel_filepos, in coff_slurp_reloc_table()
H A DChangeLog-20192887 * coffcode.h (buy_and_read): Delete unnecessary forward decl. Add
2889 (coff_slurp_line_table): Use bfd_alloc2. Update buy_and_read calls.
2892 (coff_slurp_reloc_table): Use bfd_alloc2. Update buy_and_read calls.
H A DChangeLog-20204108 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
4175 * coffcode.h (buy_and_read, coff_slurp_line_table),
H A DChangeLog-00012557 (buy_and_read): Remove "seek" param. Change "size" to bfd_size_type.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4450 buy_and_read (bfd *abfd, file_ptr where, in buy_and_read() function
4526 native_lineno = (LINENO *) buy_and_read (abfd, asect->line_filepos, in coff_slurp_line_table()
5271 native_relocs = (bfd_byte *) buy_and_read (abfd, asect->rel_filepos, in coff_slurp_reloc_table()
H A DChangeLog-20192887 * coffcode.h (buy_and_read): Delete unnecessary forward decl. Add
2889 (coff_slurp_line_table): Use bfd_alloc2. Update buy_and_read calls.
2892 (coff_slurp_reloc_table): Use bfd_alloc2. Update buy_and_read calls.
H A DChangeLog-20204108 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
4175 * coffcode.h (buy_and_read, coff_slurp_line_table),
H A DChangeLog-00012557 (buy_and_read): Remove "seek" param. Change "size" to bfd_size_type.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20192887 * coffcode.h (buy_and_read): Delete unnecessary forward decl. Add
2889 (coff_slurp_line_table): Use bfd_alloc2. Update buy_and_read calls.
2892 (coff_slurp_reloc_table): Use bfd_alloc2. Update buy_and_read calls.
H A DChangeLog-00012557 (buy_and_read): Remove "seek" param. Change "size" to bfd_size_type.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20192887 * coffcode.h (buy_and_read): Delete unnecessary forward decl. Add
2889 (coff_slurp_line_table): Use bfd_alloc2. Update buy_and_read calls.
2892 (coff_slurp_reloc_table): Use bfd_alloc2. Update buy_and_read calls.
H A DChangeLog-20204108 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
4175 * coffcode.h (buy_and_read, coff_slurp_line_table),
H A DChangeLog-00012557 (buy_and_read): Remove "seek" param. Change "size" to bfd_size_type.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git165724 * coffcode.h (buy_and_read): Malloc rather than alloc memory.
165728 (coff_slurp_reloc_table): Adjust to suit buy_and_read change.