HomeSort by: relevance | last modified time | path
    Searched defs:allocated_relocs_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 6108 unsigned allocated_relocs_count;
6173 relax_info->allocated_relocs_count = 0;
10409 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10414 if (relax_info->allocated_relocs_count == 0)
10417 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10448 relax_info->allocated_relocs_count = new_relocs_count;
6091 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 6108 unsigned allocated_relocs_count;
6173 relax_info->allocated_relocs_count = 0;
10409 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10414 if (relax_info->allocated_relocs_count == 0)
10417 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10448 relax_info->allocated_relocs_count = new_relocs_count;
6091 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 6106 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;
6089 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 6108 unsigned allocated_relocs_count;
6177 relax_info->allocated_relocs_count = 0;
10413 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10418 if (relax_info->allocated_relocs_count == 0)
10421 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10452 relax_info->allocated_relocs_count = new_relocs_count;
6091 unsigned allocated_relocs_count; member in struct:xtensa_relax_info_struct

Completed in 50 milliseconds