/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | pef.c | 454 loaderbuf = _bfd_malloc_and_read (abfd, loaderlen, loaderlen); in bfd_pef_print_loader_section() 488 loaderbuf = _bfd_malloc_and_read (abfd, loaderlen, loaderlen); in bfd_pef_scan_start_address() 902 codebuf = _bfd_malloc_and_read (abfd, codelen, codelen); in bfd_pef_parse_symbols() 913 loaderbuf = _bfd_malloc_and_read (abfd, loaderlen, loaderlen); in bfd_pef_parse_symbols()
|
H A D | ecoff.c | 463 raw = _bfd_malloc_and_read (abfd, external_hdr_size, external_hdr_size); in ecoff_slurp_symbolic_header() 1665 external_relocs = _bfd_malloc_and_read (abfd, amt, amt); in ecoff_slurp_reloc_table() 3539 external_ext = _bfd_malloc_and_read (abfd, esize, esize); in ecoff_link_add_object_symbols() 3545 ssext = (char *) _bfd_malloc_and_read (abfd, symhdr->issExtMax, in ecoff_link_add_object_symbols() 3806 debug->ptr = _bfd_malloc_and_read (input_bfd, amt + 1, amt); \ in ecoff_final_link_debug_accumulate() 3880 external_relocs = _bfd_malloc_and_read (input_bfd, external_relocs_size, in ecoff_indirect_link_order()
|
H A D | som.c | 2094 space_strings = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt); in setup_sections() 4491 stringtab = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt); in som_slurp_string_table() 4592 _bfd_malloc_and_read (abfd, amt, amt); in som_slurp_symbol_table() 5231 external_relocs = _bfd_malloc_and_read (abfd, amt, amt); in som_slurp_reloc_table() 5869 hash_table = _bfd_malloc_and_read (abfd, amt, amt); in som_bfd_count_ar_symbols() 5960 hash_table = _bfd_malloc_and_read (abfd, amt, amt); in som_bfd_fill_in_ar_symbols() 5976 _bfd_malloc_and_read (abfd, amt, amt); in som_bfd_fill_in_ar_symbols()
|
H A D | libbfd-in.h | 891 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
|
H A D | elf64-sparc.c | 95 allocated = _bfd_malloc_and_read (abfd, rel_hdr->sh_size, rel_hdr->sh_size); in elf64_sparc_slurp_one_reloc_table()
|
H A D | libbfd.h | 897 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
|
H A D | elfcode.h | 1338 _bfd_malloc_and_read (abfd, verhdr->sh_size, verhdr->sh_size); in elf_slurp_symbol_table() 1558 allocated = _bfd_malloc_and_read (abfd, rel_hdr->sh_size, rel_hdr->sh_size); in elf_slurp_reloc_table_from_section()
|
H A D | elf32-m32c.c | 1505 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in m32c_elf_relax_section()
|
H A D | vms-alpha.c | 2826 buf = _bfd_malloc_and_read (abfd, test_len, test_len); in alpha_vms_object_p() 2856 buf = _bfd_malloc_and_read (abfd, PRIV (recrd.rec_size), in alpha_vms_object_p() 5049 || (buffer = _bfd_malloc_and_read (abfd, size, size)) == NULL) in module_find_nearest_line() 7520 buf = _bfd_malloc_and_read (abfd, len, len); in evax_bfd_print_dst() 8556 || (buf = _bfd_malloc_and_read (abfd, eiaf_size, eiaf_size)) == NULL) in evax_bfd_print_image()
|
H A D | elf32-rl78.c | 2154 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in rl78_elf_relax_section()
|
H A D | elf.c | 1945 e_data = _bfd_malloc_and_read (abfd, size, size); in get_hash_table_data() 2029 dynbuf = _bfd_malloc_and_read (abfd, phdr->p_filesz, phdr->p_filesz); in _bfd_elf_get_dynamic_symbols() 2286 esymbuf = _bfd_malloc_and_read (abfd, amt, amt); in _bfd_elf_get_dynamic_symbols() 9489 contents = _bfd_malloc_and_read (abfd, hdr->sh_size, hdr->sh_size); in _bfd_elf_slurp_version_tables() 9664 contents = _bfd_malloc_and_read (abfd, hdr->sh_size, hdr->sh_size); in _bfd_elf_slurp_version_tables() 13501 buf = (char *) _bfd_malloc_and_read (abfd, size + 1, size); in elf_read_notes()
|
H A D | pdp11.c | 1286 _bfd_malloc_and_read (abfd, count * EXTERNAL_NLIST_SIZE, in aout_get_external_symbols() 1974 relocs = _bfd_malloc_and_read (abfd, reloc_size, reloc_size); in NAME()
|
H A D | coffcode.h | 2312 buf = _bfd_malloc_and_read (abfd, amt, amt); in coff_set_arch_mach_hook() 4462 return _bfd_malloc_and_read (abfd, amt, amt); in buy_and_read()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | pef.c | 453 loaderbuf = _bfd_malloc_and_read (abfd, loaderlen, loaderlen); in bfd_pef_print_loader_section() 487 loaderbuf = _bfd_malloc_and_read (abfd, loaderlen, loaderlen); in bfd_pef_scan_start_address() 900 codebuf = _bfd_malloc_and_read (abfd, codelen, codelen); in bfd_pef_parse_symbols() 911 loaderbuf = _bfd_malloc_and_read (abfd, loaderlen, loaderlen); in bfd_pef_parse_symbols()
|
H A D | ecoff.c | 443 raw = _bfd_malloc_and_read (abfd, external_hdr_size, external_hdr_size); in ecoff_slurp_symbolic_header() 1589 external_relocs = _bfd_malloc_and_read (abfd, amt, amt); in ecoff_slurp_reloc_table() 3462 external_ext = _bfd_malloc_and_read (abfd, esize, esize); in ecoff_link_add_object_symbols() 3468 ssext = (char *) _bfd_malloc_and_read (abfd, symhdr->issExtMax, in ecoff_link_add_object_symbols() 3729 debug->ptr = (type) _bfd_malloc_and_read (input_bfd, amt, amt); \ in ecoff_final_link_debug_accumulate() 3828 external_relocs = _bfd_malloc_and_read (input_bfd, external_relocs_size, in ecoff_indirect_link_order()
|
H A D | som.c | 2093 space_strings = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt); in setup_sections() 4579 stringtab = (char *) _bfd_malloc_and_read (abfd, amt + 1, amt); in som_slurp_string_table() 4680 _bfd_malloc_and_read (abfd, amt, amt); in som_slurp_symbol_table() 5304 external_relocs = _bfd_malloc_and_read (abfd, amt, amt); in som_slurp_reloc_table() 5942 hash_table = _bfd_malloc_and_read (abfd, amt, amt); in som_bfd_count_ar_symbols() 6033 hash_table = _bfd_malloc_and_read (abfd, amt, amt); in som_bfd_fill_in_ar_symbols() 6049 _bfd_malloc_and_read (abfd, amt, amt); in som_bfd_fill_in_ar_symbols()
|
H A D | libbfd-in.h | 938 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
|
H A D | libbfd.h | 943 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
|
H A D | elf64-sparc.c | 84 allocated = _bfd_malloc_and_read (abfd, rel_hdr->sh_size, rel_hdr->sh_size); in elf64_sparc_slurp_one_reloc_table()
|
H A D | elfcode.h | 1274 _bfd_malloc_and_read (abfd, verhdr->sh_size, verhdr->sh_size); in elf_slurp_symbol_table() 1474 allocated = _bfd_malloc_and_read (abfd, rel_hdr->sh_size, rel_hdr->sh_size); in elf_slurp_reloc_table_from_section()
|
H A D | elf32-m32c.c | 1504 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in m32c_elf_relax_section()
|
H A D | vms-alpha.c | 2823 buf = _bfd_malloc_and_read (abfd, test_len, test_len); in alpha_vms_object_p() 2853 buf = _bfd_malloc_and_read (abfd, PRIV (recrd.rec_size), in alpha_vms_object_p() 4891 || (buffer = _bfd_malloc_and_read (abfd, size, size)) == NULL) in module_find_nearest_line() 7351 buf = _bfd_malloc_and_read (abfd, len, len); in evax_bfd_print_dst() 8387 || (buf = _bfd_malloc_and_read (abfd, eiaf_size, eiaf_size)) == NULL) in evax_bfd_print_image()
|
H A D | elf32-rl78.c | 2153 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in rl78_elf_relax_section()
|
H A D | pdp11.c | 1287 _bfd_malloc_and_read (abfd, count * EXTERNAL_NLIST_SIZE, in aout_get_external_symbols() 1975 relocs = _bfd_malloc_and_read (abfd, reloc_size, reloc_size); in NAME()
|
H A D | coffcode.h | 2302 buf = _bfd_malloc_and_read (abfd, amt, amt); in coff_set_arch_mach_hook() 4324 return _bfd_malloc_and_read (abfd, amt, amt); in buy_and_read()
|