Searched refs:bfd_realloc_or_free (Results 1 – 17 of 17) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | bfdio.c | 505 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bwrite() 558 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bseek()
|
H A D | stabs.c | 339 symb = (char *) bfd_realloc_or_free (symb, buf_len); in _bfd_link_section_stabs() 397 t->symb = symb = (char *) bfd_realloc_or_free (symb, num_chars); in _bfd_link_section_stabs()
|
H A D | bfdwin.c | 225 i->data = bfd_realloc_or_free (i->data, size_to_alloc); in bfd_get_file_window()
|
H A D | elf-strtab.c | 171 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
H A D | libbfd.c | 254 bfd_realloc_or_free (void *ptr, bfd_size_type size) in bfd_realloc_or_free() function
|
H A D | libbfd.h | 115 extern void *bfd_realloc_or_free
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfdio.c | 505 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bwrite() 558 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bseek()
|
H A D | stabs.c | 340 symb = (char *) bfd_realloc_or_free (symb, buf_len); in _bfd_link_section_stabs() 398 t->symb = symb = (char *) bfd_realloc_or_free (symb, num_chars); in _bfd_link_section_stabs()
|
H A D | bfdwin.c | 225 i->data = bfd_realloc_or_free (i->data, size_to_alloc); in bfd_get_file_window()
|
H A D | elf-strtab.c | 172 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
H A D | libbfd.c | 282 bfd_realloc_or_free (void *ptr, bfd_size_type size) in bfd_realloc_or_free() function
|
H A D | libbfd.h | 114 extern void *bfd_realloc_or_free
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfdio.c | 530 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bwrite() 583 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bseek()
|
H A D | stabs.c | 340 symb = (char *) bfd_realloc_or_free (symb, buf_len); in _bfd_link_section_stabs() 398 t->symb = symb = (char *) bfd_realloc_or_free (symb, num_chars); in _bfd_link_section_stabs()
|
H A D | elf-strtab.c | 171 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
H A D | libbfd.c | 345 bfd_realloc_or_free (void *ptr, bfd_size_type size) in bfd_realloc_or_free() function
|
H A D | libbfd.h | 120 extern void *bfd_realloc_or_free
|