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

  /src/external/gpl3/binutils/dist/bfd/
archive.c 2506 bfd *last_elt;
2517 last_elt = current; /* Last element arch seen. */
2522 if (map[count].abfd != last_elt)
2544 last_elt = current;
2592 last_elt = current; /* Last element arch seen. */
2598 if (map[count].abfd != last_elt)
2630 last_elt = current;
2497 bfd *last_elt; local
ecoff.c 3117 bfd *last_elt;
3188 last_elt = current;
3195 if (map[i].abfd != last_elt)
3206 last_elt = current;
3109 bfd *last_elt; local
elf.c 713 asection *last_elt = NULL; local
769 if (last_elt == NULL)
785 elf_next_in_group (elt) = elf_next_in_group (last_elt);
786 elf_next_in_group (last_elt) = elt;
788 last_elt = elt;
794 return last_elt != NULL;
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 2494 bfd *last_elt;
2505 last_elt = current; /* Last element arch seen. */
2510 if (map[count].u.abfd != last_elt)
2532 last_elt = current;
2580 last_elt = current; /* Last element arch seen. */
2586 if (map[count].u.abfd != last_elt)
2618 last_elt = current;
2485 bfd *last_elt; local
ecoff.c 3107 bfd *last_elt;
3178 last_elt = current;
3185 if (map[i].u.abfd != last_elt)
3196 last_elt = current;
3099 bfd *last_elt; local
elf.c 645 asection *last_elt = NULL; local
701 if (last_elt == NULL)
717 elf_next_in_group (elt) = elf_next_in_group (last_elt);
718 elf_next_in_group (last_elt) = elt;
720 last_elt = elt;
  /src/external/gpl3/gdb.old/dist/bfd/
archive.c 2489 bfd *last_elt;
2500 last_elt = current; /* Last element arch seen. */
2505 if (map[count].u.abfd != last_elt)
2527 last_elt = current;
2575 last_elt = current; /* Last element arch seen. */
2581 if (map[count].u.abfd != last_elt)
2605 last_elt = current;
2480 bfd *last_elt; local
ecoff.c 3119 bfd *last_elt;
3190 last_elt = current;
3197 if (map[i].u.abfd != last_elt)
3208 last_elt = current;
3111 bfd *last_elt; local
elf.c 618 asection *last_elt = NULL; local
674 if (last_elt == NULL)
690 elf_next_in_group (elt) = elf_next_in_group (last_elt);
691 elf_next_in_group (last_elt) = elt;
693 last_elt = elt;
  /src/external/gpl3/gdb/dist/bfd/
archive.c 2496 bfd *last_elt;
2507 last_elt = current; /* Last element arch seen. */
2512 if (map[count].u.abfd != last_elt)
2534 last_elt = current;
2582 last_elt = current; /* Last element arch seen. */
2588 if (map[count].u.abfd != last_elt)
2612 last_elt = current;
2487 bfd *last_elt; local
ecoff.c 3107 bfd *last_elt;
3178 last_elt = current;
3185 if (map[i].u.abfd != last_elt)
3196 last_elt = current;
3099 bfd *last_elt; local
elf.c 711 asection *last_elt = NULL; local
767 if (last_elt == NULL)
783 elf_next_in_group (elt) = elf_next_in_group (last_elt);
784 elf_next_in_group (last_elt) = elt;
786 last_elt = elt;
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 2499 rtx last_elt = builder.elt (nelts - 1); local
2501 rtx high = expand_vector_broadcast (mode, last_elt);

Completed in 84 milliseconds