Searched refs:bfd_realloc (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdio.c176 bim->buffer = bfd_realloc (bim->buffer, newsize);
300 bim->buffer = bfd_realloc (bim->buffer, newsize);
H A Dbfdwin.c226 i->data = bfd_realloc (i->data, size_to_alloc);
H A Dstabs.c340 symb = bfd_realloc (symb, buf_len);
396 t->symb = bfd_realloc (symb, num_chars); /* Trim data down. */
H A Dihex.c310 buf = bfd_realloc (buf, (bfd_size_type) chars);
584 buf = bfd_realloc (buf, (bfd_size_type) len * 2);
H A Delf-strtab.c168 tab->array = bfd_realloc (tab->array, tab->alloced * amt);
H A Ddwarf2.c496 tmp = bfd_realloc (cur_abbrev->attrs, amt);
1086 tmp = bfd_realloc (table->dirs, amt);
1112 tmp = bfd_realloc (table->files, amt);
1208 tmp = bfd_realloc (table->files, amt);
1868 tmp = bfd_realloc (nested_funcs,
H A Dlibbfd-in.h99 extern void *bfd_realloc
H A Dlibbfd.c213 bfd_realloc (void *ptr, bfd_size_type size)
212 bfd_realloc (void *ptr, bfd_size_type size) function
H A Dlibbfd.h104 extern void *bfd_realloc
H A Drs6000-core.c683 n = bfd_realloc (path, (bfd_size_type) alloc);
H A Dsunos.c979 n = bfd_realloc (namebuf, alc + 1);
1011 n = bfd_realloc (namebuf, alc + 1);
1821 contents = bfd_realloc (s->contents, s->size + len + 1);
2025 contents = bfd_realloc (s->contents, s->size + add);
H A Delf-eh-frame.c544 sec_info = bfd_realloc (sec_info,
597 ecies = bfd_realloc (ecies,
H A Dsrec.c379 n = bfd_realloc (symbuf, alc + 1);
H A Darchive.c1875 new_map = bfd_realloc (map, amt);
H A Delf32-spu.c666 alloc_sec = bfd_realloc (alloc_sec, num_buf * 2 * sizeof (*alloc_sec));
1711 sinfo = bfd_realloc (sinfo, amt);
H A Dieee.c1064 n = bfd_realloc (ieee->section_table, amt);
1357 n = bfd_realloc (elts, alc_elts * sizeof (* elts));
H A Dcoff64-rs6000.c576 newstrings = bfd_realloc (ldinfo->strings, newalc);
H A Decofflink.c279 newbuf = (char *) bfd_realloc (*buf, (bfd_size_type) have + want);
H A Dlinker.c2147 newsyms = bfd_realloc (bfd_get_outsymbols (output_bfd), amt);
H A Delfxx-ia64.c1212 contents = (bfd_byte *) bfd_realloc (contents, amt);
2507 info = bfd_realloc (info, amt);
H A Delflink.c3013 newcontents = bfd_realloc (s->contents, newsize);
7700 finfo->symshndxbuf = destshndx = bfd_realloc (destshndx, amt * 2);
11068 ptr = bfd_realloc (ptr - 1, bytes);
H A Dcoff-rs6000.c3556 newstrings = bfd_realloc (ldinfo->strings, newalc);
H A Delf32-ppc.c5601 contents = bfd_realloc (contents, trampoff);
H A Delf32-arm.c2859 sec_data->map = bfd_realloc (sec_data->map, sec_data->mapsize
H A Delf64-ppc.c6825 p = bfd_realloc (need_pad->contents, need_pad->size + 8);

Completed in 357 milliseconds

12