Searched refs:symcount (Results 1 - 25 of 496) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.h29 bfd_size_type symcount, struct elf_strtab_hash *symstrtab);
H A Dldelfgen.c95 bfd_size_type symcount; member in struct:ctf_strsym_iter_cb_arg
146 if (arg->next_i > arg->symcount)
165 bfd_size_type symcount, struct elf_strtab_hash *symstrtab)
167 struct ctf_strsym_iter_cb_arg args = { syms, symcount, symstrtab,
163 ldelf_examine_strtab_for_ctf(struct ctf_file *ctf_output, struct elf_sym_strtab *syms, bfd_size_type symcount, struct elf_strtab_hash *symstrtab) argument
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldelfgen.h29 bfd_size_type symcount, struct elf_strtab_hash *symstrtab);
H A Dldelfgen.c109 bfd_size_type symcount; member in struct:ctf_strsym_iter_cb_arg
160 if (arg->next_i > arg->symcount)
179 bfd_size_type symcount, struct elf_strtab_hash *symstrtab)
181 struct ctf_strsym_iter_cb_arg args = { syms, symcount, symstrtab,
210 bfd_size_type symcount ATTRIBUTE_UNUSED,
177 ldelf_examine_strtab_for_ctf(struct ctf_file *ctf_output, struct elf_sym_strtab *syms, bfd_size_type symcount, struct elf_strtab_hash *symstrtab) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddicos-tdep.c90 long i, symcount; local
93 symcount = bfd_canonicalize_symtab (abfd, symbol_table);
95 if (symcount < 0)
101 for (i = 0; i < symcount; i++)
H A Dgdb-stabs.h40 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)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddicos-tdep.c90 long i, symcount; local
93 symcount = bfd_canonicalize_symtab (abfd, symbol_table);
95 if (symcount < 0)
101 for (i = 0; i < symcount; i++)
H A Dgdb-stabs.h40 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)
/netbsd-current/sys/rump/librump/rumpkern/
H A Dkobj_rename.c68 kobj_renamespace(Elf_Sym *symtab, size_t symcount, argument
84 worktabsz = *strtabsz + symcount * prefixlen;
89 for (i = 0, worktabidx = 0; i < symcount; i++) {
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dwasm-module.c42 bfd_size_type symcount; member in struct:__anon538
251 bfd_vma symcount = 0; local
293 READ_LEB128 (symcount, p, end);
296 if (symcount > payload_size / 2)
299 tdata->symcount = symcount;
312 if (_bfd_mul_overflow (tdata->symcount, sizeof (asymbol), &amt))
321 for (symcount = 0; p < end && symcount < tdata->symcount; symcoun
[all...]
H A Dgenlink.h79 and keeps them in the outsymbol and symcount fields. */
82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dwasm-module.c39 bfd_size_type symcount; member in struct:__anon1374
244 bfd_vma symcount = 0; local
285 READ_LEB128 (symcount, p, end);
288 if (symcount > payload_size / 2)
291 tdata->symcount = symcount;
304 symbols = bfd_alloc2 (abfd, tdata->symcount, sizeof (asymbol));
308 for (symcount = 0; p < end && symcount < tdata->symcount; symcoun
[all...]
H A Dgenlink.h79 and keeps them in the outsymbol and symcount fields. */
82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dwasm-module.c42 bfd_size_type symcount; member in struct:__anon100
251 bfd_vma symcount = 0; local
293 READ_LEB128 (symcount, p, end);
296 if (symcount > payload_size / 2)
299 tdata->symcount = symcount;
312 if (_bfd_mul_overflow (tdata->symcount, sizeof (asymbol), &amt))
321 for (symcount = 0; p < end && symcount < tdata->symcount; symcoun
[all...]
H A Dgenlink.h79 and keeps them in the outsymbol and symcount fields. */
82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dwasm-module.c39 bfd_size_type symcount; member in struct:__anon692
244 bfd_vma symcount = 0; local
286 READ_LEB128 (symcount, p, end);
289 if (symcount > payload_size / 2)
292 tdata->symcount = symcount;
305 if (_bfd_mul_overflow (tdata->symcount, sizeof (asymbol), &amt))
314 for (symcount = 0; p < end && symcount < tdata->symcount; symcoun
[all...]
H A Dgenlink.h79 and keeps them in the outsymbol and symcount fields. */
82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drddbg.c46 read_debugging_info (bfd *abfd, asymbol **syms, long symcount, bfd_boolean no_messages) argument
55 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
61 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
70 && symcount > 0)
72 if (! parse_coff (abfd, syms, symcount, dhandle))
91 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
152 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount);
278 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
285 symend = syms + symcount;
299 shandle = start_stab (dhandle, abfd, FALSE, syms, symcount);
[all...]
H A Dnm.c456 long symcount, unsigned int size)
466 fromend = from + symcount * size;
732 long symcount, unsigned int size,
740 qsort (minisyms, symcount, size, size_forward1);
744 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym));
751 fromend = from + symcount * size;
819 symcount = symsizes - *symsizesp;
822 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2);
824 return symcount;
914 static long symcount;
451 filter_symbols(bfd *abfd, bfd_boolean is_dynamic, void *minisyms, long symcount, unsigned int size) argument
726 sort_symbols_by_size(bfd *abfd, bfd_boolean is_dynamic, void *minisyms, long symcount, unsigned int size, struct size_sym **symsizesp) argument
909 static long symcount; local
1023 print_size_symbols(bfd * abfd, bfd_boolean is_dynamic, struct size_sym * symsizes, long symcount, bfd * archive_bfd) argument
1062 print_symbols(bfd * abfd, bfd_boolean is_dynamic, void * minisyms, long symcount, unsigned int size, bfd * archive_bfd) argument
1097 long symcount; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drddbg.c46 read_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
71 && symcount > 0)
73 if (! parse_coff (abfd, syms, symcount, dhandle))
94 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
155 shandle = start_stab (dhandle, abfd, true, syms, symcount);
281 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
288 symend = syms + symcount;
302 shandle = start_stab (dhandle, abfd, false, syms, symcount);
[all...]
H A Daddr2line.c55 static long symcount; variable
139 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
141 symcount = bfd_canonicalize_symtab (abfd, syms);
142 if (symcount < 0)
147 if (symcount == 0
153 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
158 if (symcount <= 0)
234 for (i = 0; i < symcount; i++)
240 for (i = 0; i < symcount; i++)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drddbg.c46 read_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
71 && symcount > 0)
73 if (! parse_coff (abfd, syms, symcount, dhandle))
94 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
155 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount);
281 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
288 symend = syms + symcount;
302 shandle = start_stab (dhandle, abfd, FALSE, syms, symcount);
[all...]
H A Dnm.c473 long symcount, unsigned int size)
483 fromend = from + symcount * size;
749 long symcount, unsigned int size,
757 qsort (minisyms, symcount, size, size_forward1);
761 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym));
768 fromend = from + symcount * size;
836 symcount = symsizes - *symsizesp;
839 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2);
841 return symcount;
916 static long symcount;
468 filter_symbols(bfd *abfd, bfd_boolean is_dynamic, void *minisyms, long symcount, unsigned int size) argument
743 sort_symbols_by_size(bfd *abfd, bfd_boolean is_dynamic, void *minisyms, long symcount, unsigned int size, struct size_sym **symsizesp) argument
911 static long symcount; local
1025 print_size_symbols(bfd * abfd, bfd_boolean is_dynamic, struct size_sym * symsizes, long symcount, bfd * archive_bfd) argument
1064 print_symbols(bfd * abfd, bfd_boolean is_dynamic, void * minisyms, long symcount, unsigned int size, bfd * archive_bfd) argument
1099 long symcount; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dtrace.c183 static int symcount = 0; local
225 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
226 symcount = remove_useless_symbols (symtab, symcount);
227 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
269 max = symcount;
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dtrace.c112 static int symcount = 0; variable
221 symcount = bfd_canonicalize_symtab (current_bfd, symtab);
222 symcount = remove_useless_symbols (symtab, symcount);
223 qsort (symtab, symcount, sizeof (asymbol *), compare_symbols);
288 max = symcount;

Completed in 409 milliseconds

1234567891011>>