Home
last modified time | relevance | path

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

123

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdio.c169 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_bwrite()
293 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_seek()
H A Dbfdwin.c226 i->data = bfd_realloc (i->data, size_to_alloc); in bfd_get_file_window()
H A 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()
H A 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()
H A Daix5ppc-core.c271 n = bfd_realloc (path, alloc); in xcoff64_core_file_matches_executable_p()
H A Delf-strtab.c167 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
H A Ddwarf2.c494 tmp = bfd_realloc (cur_abbrev->attrs, amt); in read_abbrevs()
1060 tmp = bfd_realloc (table->dirs, amt); in decode_line_info()
1086 tmp = bfd_realloc (table->files, amt); in decode_line_info()
1184 tmp = bfd_realloc (table->files, amt); in decode_line_info()
1846 tmp = bfd_realloc (nested_funcs, in scan_unit_for_symbols()
H A Drs6000-core.c689 n = bfd_realloc (path, (bfd_size_type) alloc); in rs6000coff_core_file_matches_executable_p()
H A Dlibbfd-in.h98 extern void *bfd_realloc
H A Dsunos.c993 n = bfd_realloc (namebuf, alc + 1); in sunos_add_dynamic_symbols()
1025 n = bfd_realloc (namebuf, alc + 1); in sunos_add_dynamic_symbols()
1835 contents = bfd_realloc (s->contents, s->size + len + 1); in sunos_scan_dynamic_symbol()
2039 contents = bfd_realloc (s->contents, s->size + add); in bfd_sunos_size_dynamic_sections()
H A Delf-eh-frame.c537 sec_info = bfd_realloc (sec_info, in _bfd_elf_discard_section_eh_frame()
590 ecies = bfd_realloc (ecies, in _bfd_elf_discard_section_eh_frame()
H A 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()
H A Dvms-misc.c351 PRIV (vms_buf) = bfd_realloc (vms_buf, in _bfd_vms_get_record()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfdio.c165 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_bwrite()
279 bim->buffer = bfd_realloc (bim->buffer, newsize); in bfd_seek()
H A Dbfdwin.c221 i->data = bfd_realloc (i->data, size_to_alloc); in bfd_get_file_window()
H A Ddwarf2.c495 cur_abbrev->attrs = bfd_realloc (cur_abbrev->attrs, amt); in read_abbrevs()
1014 table->dirs = bfd_realloc (table->dirs, amt); in decode_line_info()
1033 table->files = bfd_realloc (table->files, amt); in decode_line_info()
1124 table->files = bfd_realloc (table->files, amt); in decode_line_info()
H A Dstabs.c396 symb = bfd_realloc (symb, buf_len);
453 t->symb = bfd_realloc (symb, num_chars); /* Trim data down. */
H A Dihex.c347 buf = (bfd_byte *) bfd_realloc (buf, (bfd_size_type) chars);
627 buf = (bfd_byte *) bfd_realloc (buf, (bfd_size_type) len * 2);
H A Daix5ppc-core.c276 n = bfd_realloc (path, alloc);
H A Delf-strtab.c166 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
H A Dlibbfd-in.h88 extern void *bfd_realloc
H A Dlibbfd.c162 bfd_realloc (void *ptr, bfd_size_type size) in bfd_realloc() function
H A Drs6000-core.c685 n = bfd_realloc (path, (bfd_size_type) alloc);
H A Dlibbfd.h93 extern void *bfd_realloc
H A Dsunos.c1034 n = (char *) bfd_realloc (namebuf, alc + 1);
1066 n = (char *) bfd_realloc (namebuf, alc + 1);
1462 contents = (bfd_byte *) bfd_realloc (s->contents,
2121 contents = (bfd_byte *) bfd_realloc (s->contents,

123