Searched refs:allocated_relocs_count (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c6109 unsigned allocated_relocs_count;
6178 relax_info->allocated_relocs_count = 0;
10414 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10419 if (relax_info->allocated_relocs_count == 0)
10422 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10453 relax_info->allocated_relocs_count = new_relocs_count;
6099 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c6101 unsigned allocated_relocs_count;
6170 relax_info->allocated_relocs_count = 0;
10406 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10411 if (relax_info->allocated_relocs_count == 0)
10414 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10445 relax_info->allocated_relocs_count = new_relocs_count;
6084 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c6102 unsigned allocated_relocs_count;
6171 relax_info->allocated_relocs_count = 0;
10407 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10412 if (relax_info->allocated_relocs_count == 0)
10415 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10446 relax_info->allocated_relocs_count = new_relocs_count;
6085 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c6116 unsigned allocated_relocs_count;
6185 relax_info->allocated_relocs_count = 0;
10421 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10426 if (relax_info->allocated_relocs_count == 0)
10429 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10460 relax_info->allocated_relocs_count = new_relocs_count;
6099 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct

Completed in 382 milliseconds