Searched refs:bfd_realloc_or_free (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfdio.c | 503 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bwrite() 556 bim->buffer = (bfd_byte *) bfd_realloc_or_free (bim->buffer, newsize); in memory_bseek()
|
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()
|
D | bfdwin.c | 224 i->data = bfd_realloc_or_free (i->data, size_to_alloc); in bfd_get_file_window()
|
D | elf-strtab.c | 171 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
D | libbfd-in.h | 106 extern void *bfd_realloc_or_free
|
D | libbfd.c | 280 bfd_realloc_or_free (void *ptr, bfd_size_type size) in bfd_realloc_or_free() function
|
D | libbfd.h | 111 extern void *bfd_realloc_or_free
|
D | vms-lib.c | 150 n = bfd_realloc_or_free (cs->idx, cs->nbr * sizeof (struct carsym)); in vms_add_index()
|
D | vms-alpha.c | 1193 PRIV (sections) = bfd_realloc_or_free in _bfd_vms_slurp_egsd() 2497 buf = bfd_realloc_or_free (buf, PRIV (recrd.rec_size)); in alpha_vms_object_p()
|
D | mach-o.c | 5441 buf = bfd_realloc_or_free (buf, size); in bfd_mach_o_core_fetch_environment()
|
D | elfnn-aarch64.c | 3824 sec_data->map = bfd_realloc_or_free in elfNN_aarch64_section_map_add()
|
D | ChangeLog-2008 | 2828 * libbfd.c (bfd_realloc_or_free): New function. Performs like
|
D | elf32-xtensa.c | 2173 message = (char *) bfd_realloc_or_free (message, len); in vsprint_msg()
|
D | elf32-arm.c | 5935 bfd_realloc_or_free (sec_data->map, sec_data->mapsize in elf32_arm_section_map_add()
|