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

  /src/external/bsd/fetch/dist/libfetch/
common.c 412 int global_count, host_count, added; local
419 global_count = host_count = 0;
422 ++global_count;
426 if (global_count < cache_global_limit &&
431 --global_count;
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 212 unsigned int global_count; member in struct:mips_elf_got_per_bfd_arg
4800 estimate += arg->global_count;
4850 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
5069 got_per_bfd_arg.global_count = g->global_gotno;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 212 unsigned int global_count; member in struct:mips_elf_got_per_bfd_arg
4780 estimate += arg->global_count;
4830 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
5049 got_per_bfd_arg.global_count = g->global_gotno;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 212 unsigned int global_count; member in struct:mips_elf_got_per_bfd_arg
4734 estimate += arg->global_count;
4784 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
5003 got_per_bfd_arg.global_count = g->global_gotno;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 212 unsigned int global_count; member in struct:mips_elf_got_per_bfd_arg
4741 estimate += arg->global_count;
4791 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
5010 got_per_bfd_arg.global_count = g->global_gotno;

Completed in 72 milliseconds