Home
last modified time | relevance | path

Searched refs:bfd_realloc (Results 1 – 25 of 32) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dbfdio.c159 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_bwrite()
283 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_seek()
Dbfdwin.c225 i->data = bfd_realloc (i->data, size_to_alloc); in bfd_get_file_window()
Dstabs.c337 symb = bfd_realloc (symb, buf_len); in _bfd_link_section_stabs()
393 t->symb = bfd_realloc (symb, num_chars); /* Trim data down. */ in _bfd_link_section_stabs()
Dihex.c310 buf = bfd_realloc (buf, (bfd_size_type) chars); in ihex_scan()
585 buf = bfd_realloc (buf, (bfd_size_type) len * 2); in ihex_read_section()
Daix5ppc-core.c276 n = bfd_realloc (path, alloc);
Delf-strtab.c166 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
Ddwarf2.c463 tmp = bfd_realloc (cur_abbrev->attrs, amt); in read_abbrevs()
1027 tmp = bfd_realloc (table->dirs, amt); in decode_line_info()
1053 tmp = bfd_realloc (table->files, amt); in decode_line_info()
1151 tmp = bfd_realloc (table->files, amt); in decode_line_info()
Dlibbfd-in.h93 extern void *bfd_realloc
Drs6000-core.c685 n = bfd_realloc (path, (bfd_size_type) alloc);
Dsunos.c992 n = bfd_realloc (namebuf, alc + 1); in sunos_add_dynamic_symbols()
1024 n = bfd_realloc (namebuf, alc + 1); in sunos_add_dynamic_symbols()
1834 contents = bfd_realloc (s->contents, s->size + len + 1); in sunos_scan_dynamic_symbol()
2038 contents = bfd_realloc (s->contents, s->size + add); in bfd_sunos_size_dynamic_sections()
Dlibbfd.c194 bfd_realloc (void *ptr, bfd_size_type size) in bfd_realloc() function
Dvms-tir.c52 = bfd_realloc (PRIV (image_section)->contents, offset + size); in check_section()
834 PRIV (sections) = bfd_realloc (PRIV (sections), amt); in alloc_section()
Dvms-misc.c351 PRIV (vms_buf) = bfd_realloc (vms_buf, in _bfd_vms_get_record()
Dlibbfd.h98 extern void *bfd_realloc
Dvms-gsd.c396 section->contents = bfd_realloc (old_section->contents, in _bfd_vms_slurp_gsd()
Dsrec.c379 n = bfd_realloc (symbuf, alc + 1); in srec_scan()
Dvms.c476 PRIV (sections) = bfd_realloc (PRIV (sections), amt); in vms_new_section_hook()
Delf-eh-frame.c463 sec_info = bfd_realloc (sec_info, in _bfd_elf_discard_section_eh_frame()
Dieee.c1062 n = bfd_realloc (ieee->section_table, amt); in get_section_entry()
1354 n = bfd_realloc (elts, alc_elts * sizeof (* elts)); in ieee_archive_p()
Darchive.c1856 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
Dmach-o.c1932 buf = bfd_realloc (buf, size); in bfd_mach_o_core_fetch_environment()
Dlinker.c2137 newsyms = bfd_realloc (bfd_get_outsymbols (output_bfd), amt); in generic_add_output_symbol()
Decofflink.c276 newbuf = (char *) bfd_realloc (*buf, (bfd_size_type) have + want);
Dcoff64-rs6000.c575 newstrings = bfd_realloc (ldinfo->strings, newalc);
Delflink.c2791 newcontents = bfd_realloc (s->contents, newsize); in _bfd_elf_add_dynamic_entry()
6167 finfo->symshndxbuf = destshndx = bfd_realloc (destshndx, amt * 2); in elf_link_output_sym()
9302 ptr = bfd_realloc (ptr - 1, bytes); in bfd_elf_gc_record_vtentry()

12