Searched refs:bfd_realloc (Results 1 – 25 of 32) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | bfdio.c | 159 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_bwrite() 283 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_seek()
|
| D | bfdwin.c | 225 i->data = bfd_realloc (i->data, size_to_alloc); in bfd_get_file_window()
|
| D | stabs.c | 337 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()
|
| D | ihex.c | 310 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()
|
| D | aix5ppc-core.c | 276 n = bfd_realloc (path, alloc);
|
| D | elf-strtab.c | 166 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
| D | dwarf2.c | 463 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()
|
| D | libbfd-in.h | 93 extern void *bfd_realloc
|
| D | rs6000-core.c | 685 n = bfd_realloc (path, (bfd_size_type) alloc);
|
| D | sunos.c | 992 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()
|
| D | libbfd.c | 194 bfd_realloc (void *ptr, bfd_size_type size) in bfd_realloc() function
|
| D | vms-tir.c | 52 = bfd_realloc (PRIV (image_section)->contents, offset + size); in check_section() 834 PRIV (sections) = bfd_realloc (PRIV (sections), amt); in alloc_section()
|
| D | vms-misc.c | 351 PRIV (vms_buf) = bfd_realloc (vms_buf, in _bfd_vms_get_record()
|
| D | libbfd.h | 98 extern void *bfd_realloc
|
| D | vms-gsd.c | 396 section->contents = bfd_realloc (old_section->contents, in _bfd_vms_slurp_gsd()
|
| D | srec.c | 379 n = bfd_realloc (symbuf, alc + 1); in srec_scan()
|
| D | vms.c | 476 PRIV (sections) = bfd_realloc (PRIV (sections), amt); in vms_new_section_hook()
|
| D | elf-eh-frame.c | 463 sec_info = bfd_realloc (sec_info, in _bfd_elf_discard_section_eh_frame()
|
| D | ieee.c | 1062 n = bfd_realloc (ieee->section_table, amt); in get_section_entry() 1354 n = bfd_realloc (elts, alc_elts * sizeof (* elts)); in ieee_archive_p()
|
| D | archive.c | 1856 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
|
| D | mach-o.c | 1932 buf = bfd_realloc (buf, size); in bfd_mach_o_core_fetch_environment()
|
| D | linker.c | 2137 newsyms = bfd_realloc (bfd_get_outsymbols (output_bfd), amt); in generic_add_output_symbol()
|
| D | ecofflink.c | 276 newbuf = (char *) bfd_realloc (*buf, (bfd_size_type) have + want);
|
| D | coff64-rs6000.c | 575 newstrings = bfd_realloc (ldinfo->strings, newalc);
|
| D | elflink.c | 2791 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