Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c5848 unsigned allocated_relocs_count; member
5914 relax_info->allocated_relocs_count = 0; in init_xtensa_relax_info()
9722 || sec->reloc_count + 1 > relax_info->allocated_relocs_count) in move_literal()
9727 if (relax_info->allocated_relocs_count == 0) in move_literal()
9730 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2; in move_literal()
9761 relax_info->allocated_relocs_count = new_relocs_count; in move_literal()
DChangeLog-2004929 allocated_relocs_count fields.