Searched refs:bfd_realloc (Results 1 – 25 of 31) sorted by relevance
12
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | bfdio.c | 176 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_bwrite() 300 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_seek()
|
| D | bfdwin.c | 226 i->data = bfd_realloc (i->data, size_to_alloc); in bfd_get_file_window()
|
| D | stabs.c | 338 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()
|
| D | ihex.c | 310 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()
|
| D | elf-strtab.c | 168 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
| D | dwarf2.c | 496 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()
|
| D | rs6000-core.c | 683 n = bfd_realloc (path, (bfd_size_type) alloc); in rs6000coff_core_file_matches_executable_p()
|
| D | libbfd-in.h | 99 extern void *bfd_realloc
|
| D | sunos.c | 978 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()
|
| D | libbfd.h | 104 extern void *bfd_realloc
|
| D | libbfd.c | 212 bfd_realloc (void *ptr, bfd_size_type size) in bfd_realloc() function
|
| D | elf-eh-frame.c | 544 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()
|
| D | srec.c | 379 n = bfd_realloc (symbuf, alc + 1); in srec_scan()
|
| 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 | elf32-spu.c | 666 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()
|
| D | archive.c | 1866 new_map = bfd_realloc (map, amt); in _bfd_compute_and_write_armap()
|
| D | linker.c | 2141 newsyms = bfd_realloc (bfd_get_outsymbols (output_bfd), amt); in generic_add_output_symbol()
|
| D | elfxx-ia64.c | 1209 contents = (bfd_byte *) bfd_realloc (contents, amt); 2501 info = bfd_realloc (info, amt);
|
| D | ecofflink.c | 276 newbuf = (char *) bfd_realloc (*buf, (bfd_size_type) have + want);
|
| D | coff64-rs6000.c | 576 newstrings = bfd_realloc (ldinfo->strings, newalc);
|
| D | elflink.c | 3005 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()
|
| D | ChangeLog-9495 | 186 * 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.
|
| D | coff-rs6000.c | 3550 newstrings = bfd_realloc (ldinfo->strings, newalc);
|
| D | elf32-ppc.c | 5452 contents = bfd_realloc (contents, trampoff); in ppc_elf_relax_section()
|
| D | ChangeLog-0203 | 5946 * 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