Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-strtab.c53 bfd_size_type alloced; member
113 table->alloced = 64; in _bfd_elf_strtab_init()
116 bfd_malloc (table->alloced * amt); in _bfd_elf_strtab_init()
166 if (tab->size == tab->alloced) in _bfd_elf_strtab_add()
169 tab->alloced *= 2; in _bfd_elf_strtab_add()
171 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
DChangeLog-2006200 (struct eh_frame_sec_info): Remove alloced field.
DChangeLog-0001756 relocations in non-alloced sections against global symbols
3700 Only create .rela section for alloced sections in shared libraries.
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-demangle.c41 size_t alloced; member
56 size_t alloc = buf->alloced;
89 buf->alloced = alloc;
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0203494 (dlltmp): Pass address of pointer being alloced or suffer neverending
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-92031188 * cg_arcs.c (arc_add): memset() newly alloced arc to ensure