Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c9670 size_t new_relocs_count = 0; in move_literal() local
9728 new_relocs_count = (sec->reloc_count + 2) * 2; in move_literal()
9730 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2; in move_literal()
9733 bfd_zmalloc (sizeof (Elf_Internal_Rela) * (new_relocs_count)); in move_literal()
9761 relax_info->allocated_relocs_count = new_relocs_count; in move_literal()