HomeSort by: relevance | last modified time | path
    Searched defs:symcount (Results 1 - 25 of 373) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/
dicos-tdep.c 89 long i, symcount; local
92 symcount = bfd_canonicalize_symtab (abfd, symbol_table);
94 if (symcount < 0)
100 for (i = 0; i < symcount; i++)
gdb-stabs.h 136 int symcount = 0; /* How many symbols are there in the file */ member in struct:dbx_symfile_info
166 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount)
  /src/external/gpl3/gdb.old/dist/gdb/
dicos-tdep.c 89 long i, symcount; local
92 symcount = bfd_canonicalize_symtab (abfd, symbol_table);
94 if (symcount < 0)
100 for (i = 0; i < symcount; i++)
gdb-stabs.h 40 int symcount = 0; /* How many symbols are there in the file */ member in struct:dbx_symfile_info
68 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount)
  /src/external/bsd/tcpdump/dist/
instrument-functions.c 74 static long symcount; local
144 symcount = bfd_canonicalize_symtab(abfd, symtab);
145 if (symcount < 0) {
165 while (i < symcount && !found) {
  /src/external/gpl3/binutils/dist/libctf/
ctf-open-bfd.c 107 size_t symcount; local
141 symcount = symhdr->sh_size / symhdr->sh_entsize;
148 isymbuf = bfd_elf_get_elf_syms (abfd, symhdr, symcount, 0,
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open-bfd.c 107 size_t symcount; local
141 symcount = symhdr->sh_size / symhdr->sh_entsize;
148 isymbuf = bfd_elf_get_elf_syms (abfd, symhdr, symcount, 0,
  /src/external/gpl3/gdb/dist/libctf/
ctf-open-bfd.c 107 size_t symcount; local
141 symcount = symhdr->sh_size / symhdr->sh_entsize;
148 isymbuf = bfd_elf_get_elf_syms (abfd, symhdr, symcount, 0,
  /src/external/gpl3/gdb/dist/sim/aarch64/
interp.c 95 long symcount = STATE_PROG_SYMS_COUNT (sd); local
100 max = symcount;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open-bfd.c 107 size_t symcount; local
141 symcount = symhdr->sh_size / symhdr->sh_entsize;
148 isymbuf = bfd_elf_get_elf_syms (abfd, symhdr, symcount, 0,
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
interp.c 95 long symcount = STATE_PROG_SYMS_COUNT (sd); local
100 max = symcount;
  /src/external/bsd/wpa/dist/src/utils/
trace.c 100 long storage, symcount; local
128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
130 symcount = bfd_canonicalize_symtab(abfd, syms);
131 if (symcount < 0) {
  /src/external/gpl3/binutils/dist/binutils/
addr2line.c 55 static long symcount; variable
142 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
144 symcount = bfd_canonicalize_symtab (abfd, syms);
145 if (symcount < 0)
150 if (symcount == 0
156 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
161 if (symcount <= 0)
237 for (i = 0; i < symcount; i++)
243 for (i = 0; i < symcount; i++)
rdcoff.c 53 long symcount; member in struct:coff_symbols
341 && symbols->symno < symbols->symcount)
459 && symbols->symno < symbols->symcount)
621 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle)
635 symbols.symcount = symcount;
649 while (symbols.symno < symcount)
  /src/external/gpl3/binutils.old/dist/binutils/
addr2line.c 55 static long symcount; variable
142 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
144 symcount = bfd_canonicalize_symtab (abfd, syms);
145 if (symcount < 0)
150 if (symcount == 0
156 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
161 if (symcount <= 0)
237 for (i = 0; i < symcount; i++)
243 for (i = 0; i < symcount; i++)
rdcoff.c 53 long symcount; member in struct:coff_symbols
341 && symbols->symno < symbols->symcount)
459 && symbols->symno < symbols->symcount)
621 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle)
635 symbols.symcount = symcount;
649 while (symbols.symno < symcount)
  /src/external/gpl3/gdb/dist/sim/m32c/
trace.c 198 static int symcount = 0; local
240 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
241 symcount = remove_useless_symbols (symtab, symcount);
242 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
284 max = symcount;
  /src/external/gpl3/gdb/dist/sim/rl78/
trace.c 121 static int symcount = 0; variable
233 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
234 symcount = remove_useless_symbols (symtab, symcount);
235 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
312 max = symcount;
  /src/external/gpl3/gdb/dist/sim/rx/
trace.c 126 static int symcount = 0; variable
237 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
238 symcount = remove_useless_symbols (symtab, symcount);
239 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
304 max = symcount;
  /src/external/gpl3/gdb.old/dist/bfd/
format.c 118 unsigned int symcount; member in struct:bfd_preserve
146 preserve->symcount = abfd->symcount;
205 abfd->symcount = 0;
227 abfd->symcount = preserve->symcount;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
trace.c 198 static int symcount = 0; local
240 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
241 symcount = remove_useless_symbols (symtab, symcount);
242 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
284 max = symcount;
  /src/external/gpl3/gdb.old/dist/sim/rl78/
trace.c 121 static int symcount = 0; variable
233 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
234 symcount = remove_useless_symbols (symtab, symcount);
235 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
312 max = symcount;
  /src/external/gpl3/gdb.old/dist/sim/rx/
trace.c 126 static int symcount = 0; variable
237 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
238 symcount = remove_useless_symbols (symtab, symcount);
239 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
304 max = symcount;
  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 477 unsigned int symcount;
514 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
517 end_hashes = sym_hashes + symcount;
1236 unsigned int symcount;
1249 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1252 end_hashes = sym_hashes + symcount;
476 unsigned int symcount; local
1235 unsigned int symcount; local
elf32-crx.c 601 unsigned int symcount; local
671 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
674 end_hashes = sym_hashes + symcount;

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>