Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/binutils/bfd/
Dbfdio.c176 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_bwrite()
300 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_seek()
Dbfdwin.c226 i->data = bfd_realloc (i->data, size_to_alloc); in bfd_get_file_window()
Dstabs.c338 symb = bfd_realloc (symb, buf_len); in _bfd_link_section_stabs()
394 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()
584 buf = bfd_realloc (buf, (bfd_size_type) len * 2); in ihex_read_section()
Delf-strtab.c168 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
Ddwarf2.c496 tmp = bfd_realloc (cur_abbrev->attrs, amt); in read_abbrevs()
1086 tmp = bfd_realloc (table->dirs, amt); in decode_line_info()
1112 tmp = bfd_realloc (table->files, amt); in decode_line_info()
1208 tmp = bfd_realloc (table->files, amt); in decode_line_info()
1868 tmp = bfd_realloc (nested_funcs, in scan_unit_for_symbols()
Drs6000-core.c683 n = bfd_realloc (path, (bfd_size_type) alloc); in rs6000coff_core_file_matches_executable_p()
Dlibbfd-in.h99 extern void *bfd_realloc
Dsunos.c978 n = bfd_realloc (namebuf, alc + 1); in sunos_add_dynamic_symbols()
1010 n = bfd_realloc (namebuf, alc + 1); in sunos_add_dynamic_symbols()
1820 contents = bfd_realloc (s->contents, s->size + len + 1); in sunos_scan_dynamic_symbol()
2024 contents = bfd_realloc (s->contents, s->size + add); in bfd_sunos_size_dynamic_sections()
Dlibbfd.h104 extern void *bfd_realloc
Dlibbfd.c212 bfd_realloc (void *ptr, bfd_size_type size) in bfd_realloc() function
Delf-eh-frame.c544 sec_info = bfd_realloc (sec_info, in _bfd_elf_discard_section_eh_frame()
597 ecies = bfd_realloc (ecies, in _bfd_elf_discard_section_eh_frame()
Dsrec.c379 n = bfd_realloc (symbuf, alc + 1); in srec_scan()
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()
Delf32-spu.c666 alloc_sec = bfd_realloc (alloc_sec, num_buf * 2 * sizeof (*alloc_sec)); in spu_elf_find_overlays()
1711 sinfo = bfd_realloc (sinfo, amt); in maybe_insert_function()
Darchive.c1866 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
Dlinker.c2141 newsyms = bfd_realloc (bfd_get_outsymbols (output_bfd), amt); in generic_add_output_symbol()
Delfxx-ia64.c1209 contents = (bfd_byte *) bfd_realloc (contents, amt);
2501 info = bfd_realloc (info, amt);
Decofflink.c276 newbuf = (char *) bfd_realloc (*buf, (bfd_size_type) have + want);
Dcoff64-rs6000.c576 newstrings = bfd_realloc (ldinfo->strings, newalc);
Delflink.c3005 newcontents = bfd_realloc (s->contents, newsize); in _bfd_elf_add_dynamic_entry()
7690 finfo->symshndxbuf = destshndx = bfd_realloc (destshndx, amt * 2); in elf_link_output_sym()
11056 ptr = bfd_realloc (ptr - 1, bytes); in bfd_elf_gc_record_vtentry()
DChangeLog-9495186 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
189 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
192 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
4875 * opncls.c (bfd_realloc): Deleted, since it's broken and fixing it
6737 * libbfd-in.h (bfd_realloc): Change last arg to "size_t size".
6745 * libbfd.h (bfd_realloc): Change last arg to "size_t size".
9157 (compute_and_write_armap): Check bfd_realloc value.
9171 * opncls.c (bfd_zalloc bfd_realloc): Check result of bfd_alloc.
Dcoff-rs6000.c3550 newstrings = bfd_realloc (ldinfo->strings, newalc);
Delf32-ppc.c5452 contents = bfd_realloc (contents, trampoff); in ppc_elf_relax_section()
DChangeLog-02035946 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5947 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5949 (bfd_seek): Cast bfd_realloc to bfd_byte *.
7311 and bfd_realloc instead of realloc.

12