Home
last modified time | relevance | path

Searched refs:_bfd_malloc_and_read (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpef.c454 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 Decoff.c463 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 Dsom.c2094 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 Dlibbfd-in.h891 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
H A Delf64-sparc.c95 allocated = _bfd_malloc_and_read (abfd, rel_hdr->sh_size, rel_hdr->sh_size); in elf64_sparc_slurp_one_reloc_table()
H A Dlibbfd.h897 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
H A Delfcode.h1338 _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 Delf32-m32c.c1505 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in m32c_elf_relax_section()
H A Dvms-alpha.c2826 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 Delf32-rl78.c2154 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in rl78_elf_relax_section()
H A Delf.c1945 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 Dpdp11.c1286 _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 Dcoffcode.h2312 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 Dpef.c453 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 Decoff.c443 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 Dsom.c2093 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 Dlibbfd-in.h938 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
H A Dlibbfd.h943 _bfd_malloc_and_read (bfd *abfd, bfd_size_type asize, bfd_size_type rsize) in _bfd_malloc_and_read() function
H A Delf64-sparc.c84 allocated = _bfd_malloc_and_read (abfd, rel_hdr->sh_size, rel_hdr->sh_size); in elf64_sparc_slurp_one_reloc_table()
H A Delfcode.h1274 _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 Delf32-m32c.c1504 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in m32c_elf_relax_section()
H A Dvms-alpha.c2823 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 Delf32-rl78.c2153 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt); in rl78_elf_relax_section()
H A Dpdp11.c1287 _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 Dcoffcode.h2302 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()

123