Home
last modified time | relevance | path

Searched refs:symcount (Results 1 – 25 of 90) sorted by relevance

1234

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dnm.c447 long symcount, unsigned int size) in filter_symbols() argument
457 fromend = from + symcount * size; in filter_symbols()
715 long symcount, unsigned int size, in sort_symbols_by_size() argument
723 qsort (minisyms, symcount, size, size_forward1); in sort_symbols_by_size()
727 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym)); in sort_symbols_by_size()
734 fromend = from + symcount * size; in sort_symbols_by_size()
797 symcount = symsizes - *symsizesp; in sort_symbols_by_size()
800 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2); in sort_symbols_by_size()
802 return symcount; in sort_symbols_by_size()
877 static long symcount; in print_symbol() local
[all …]
H A Drddbg.c47 read_debugging_info (bfd *abfd, asymbol **syms, long symcount, bfd_boolean no_messages) in read_debugging_info() argument
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle, in read_debugging_info()
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle, in read_debugging_info()
77 && symcount > 0) in read_debugging_info()
79 if (! parse_coff (abfd, syms, symcount, dhandle)) in read_debugging_info()
98 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, in read_section_stabs_debugging_info() argument
154 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount); in read_section_stabs_debugging_info()
273 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, in read_symbol_stabs_debugging_info() argument
280 symend = syms + symcount; in read_symbol_stabs_debugging_info()
294 shandle = start_stab (dhandle, abfd, FALSE, syms, symcount); in read_symbol_stabs_debugging_info()
H A Daddr2line.c110 long symcount; in slurp_symtab() local
127 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in slurp_symtab()
129 symcount = bfd_canonicalize_symtab (abfd, syms); in slurp_symtab()
130 if (symcount < 0) in slurp_symtab()
135 if (symcount == 0 in slurp_symtab()
141 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in slurp_symtab()
146 if (symcount <= 0) in slurp_symtab()
H A Dsize.c265 long storage, symcount; in calculate_common_size() local
277 symcount = bfd_canonicalize_symtab (abfd, syms); in calculate_common_size()
278 if (symcount < 0) in calculate_common_size()
281 while (--symcount >= 0) in calculate_common_size()
283 asymbol *sym = syms[symcount]; in calculate_common_size()
H A Drdcoff.c53 long symcount; member
397 && symbols->symno < symbols->symcount) in parse_coff_struct_type()
506 && symbols->symno < symbols->symcount) in parse_coff_enum_type()
659 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle) in parse_coff() argument
674 symbols.symcount = symcount; in parse_coff()
690 while (symbols.symno < symcount) in parse_coff()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dnm.c452 long symcount, unsigned int size) in filter_symbols() argument
462 fromend = from + symcount * size; in filter_symbols()
727 long symcount, unsigned int size, in sort_symbols_by_size() argument
735 qsort (minisyms, symcount, size, size_forward1); in sort_symbols_by_size()
739 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym)); in sort_symbols_by_size()
746 fromend = from + symcount * size; in sort_symbols_by_size()
814 symcount = symsizes - *symsizesp; in sort_symbols_by_size()
817 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2); in sort_symbols_by_size()
819 return symcount; in sort_symbols_by_size()
909 static long symcount; in print_symbol() local
[all …]
H A Drddbg.c46 read_debugging_info (bfd *abfd, asymbol **syms, long symcount, bfd_boolean no_messages) in read_debugging_info() argument
55 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle, in read_debugging_info()
61 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle, in read_debugging_info()
70 && symcount > 0) in read_debugging_info()
72 if (! parse_coff (abfd, syms, symcount, dhandle)) in read_debugging_info()
91 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, in read_section_stabs_debugging_info() argument
152 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount); in read_section_stabs_debugging_info()
278 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, in read_symbol_stabs_debugging_info() argument
285 symend = syms + symcount; in read_symbol_stabs_debugging_info()
299 shandle = start_stab (dhandle, abfd, FALSE, syms, symcount); in read_symbol_stabs_debugging_info()
H A Daddr2line.c119 long symcount; in slurp_symtab() local
136 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in slurp_symtab()
138 symcount = bfd_canonicalize_symtab (abfd, syms); in slurp_symtab()
139 if (symcount < 0) in slurp_symtab()
144 if (symcount == 0 in slurp_symtab()
150 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in slurp_symtab()
155 if (symcount <= 0) in slurp_symtab()
H A Dsize.c293 long storage, symcount; in calculate_common_size() local
305 symcount = bfd_canonicalize_symtab (abfd, syms); in calculate_common_size()
306 if (symcount < 0) in calculate_common_size()
309 while (--symcount >= 0) in calculate_common_size()
311 asymbol *sym = syms[symcount]; in calculate_common_size()
H A Drdcoff.c53 long symcount; member
397 && symbols->symno < symbols->symcount) in parse_coff_struct_type()
508 && symbols->symno < symbols->symcount) in parse_coff_enum_type()
663 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle) in parse_coff() argument
678 symbols.symcount = symcount; in parse_coff()
694 while (symbols.symno < symcount) in parse_coff()
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldelfgen.c95 bfd_size_type symcount; member
146 if (arg->next_i > arg->symcount) in ldelf_ctf_symbols_iter_cb()
165 bfd_size_type symcount, struct elf_strtab_hash *symstrtab) in ldelf_examine_strtab_for_ctf() argument
167 struct ctf_strsym_iter_cb_arg args = { syms, symcount, symstrtab, in ldelf_examine_strtab_for_ctf()
H A Dldelfgen.h29 bfd_size_type symcount, struct elf_strtab_hash *symstrtab);
H A Dldemul.c412 bfd_size_type symcount, in ldemul_examine_strtab_for_ctf() argument
418 symcount, symstrtab); in ldemul_examine_strtab_for_ctf()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dsyms.c450 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount) in bfd_set_symtab() argument
459 abfd->symcount = symcount; in bfd_set_symtab()
808 long symcount; in _bfd_generic_read_minisymbols() local
824 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in _bfd_generic_read_minisymbols()
826 symcount = bfd_canonicalize_symtab (abfd, syms); in _bfd_generic_read_minisymbols()
827 if (symcount < 0) in _bfd_generic_read_minisymbols()
830 if (symcount == 0) in _bfd_generic_read_minisymbols()
840 return symcount; in _bfd_generic_read_minisymbols()
1562 long symcount ATTRIBUTE_UNUSED, in _bfd_nodynamic_get_synthetic_symtab()
H A Delfcode.h1144 unsigned long symcount; /* Number of external ELF symbols */ in elf_slurp_symbol_table() local
1187 symcount = hdr->sh_size / sizeof (Elf_External_Sym); in elf_slurp_symbol_table()
1188 if (symcount == 0) in elf_slurp_symbol_table()
1192 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, symcount, 0, in elf_slurp_symbol_table()
1197 symbase = (elf_symbol_type *) bfd_zalloc2 (abfd, symcount, in elf_slurp_symbol_table()
1204 && verhdr->sh_size / sizeof (Elf_External_Versym) != symcount) in elf_slurp_symbol_table()
1212 symcount); in elf_slurp_symbol_table()
1236 isymend = isymbuf + symcount; in elf_slurp_symbol_table()
1364 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount); in elf_slurp_symbol_table()
1368 symcount = sym - symbase; in elf_slurp_symbol_table()
[all …]
H A Dsrec.c287 ++abfd->symcount; in srec_new_symbol()
676 if (abfd->symcount > 0) in srec_object_p()
711 if (abfd->symcount > 0) in symbolsrec_object_p()
1194 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab() local
1199 if (csymbols == NULL && symcount != 0) in srec_canonicalize_symtab()
1204 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol)); in srec_canonicalize_symtab()
1222 for (i = 0; i < symcount; i++) in srec_canonicalize_symtab()
1226 return symcount; in srec_canonicalize_symtab()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb-stabs.h55 int symcount; /* How many symbols are there in the file */ member
83 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount)
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dtrace.c100 long storage, symcount; in read_syms() local
128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms); in read_syms()
130 symcount = bfd_canonicalize_symtab(abfd, syms); in read_syms()
131 if (symcount < 0) { in read_syms()
/dflybsd-src/contrib/gdb-7/bfd/
H A Dsyms.c451 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount) in bfd_set_symtab() argument
460 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
804 long symcount; in _bfd_generic_read_minisymbols() local
820 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in _bfd_generic_read_minisymbols()
822 symcount = bfd_canonicalize_symtab (abfd, syms); in _bfd_generic_read_minisymbols()
823 if (symcount < 0) in _bfd_generic_read_minisymbols()
828 return symcount; in _bfd_generic_read_minisymbols()
H A Delfcode.h1122 unsigned long symcount; /* Number of external ELF symbols */ in elf_slurp_symbol_table() local
1166 symcount = hdr->sh_size / sizeof (Elf_External_Sym); in elf_slurp_symbol_table()
1167 if (symcount == 0) in elf_slurp_symbol_table()
1171 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, symcount, 0, in elf_slurp_symbol_table()
1176 amt = symcount; in elf_slurp_symbol_table()
1184 && verhdr->sh_size / sizeof (Elf_External_Versym) != symcount) in elf_slurp_symbol_table()
1190 symcount); in elf_slurp_symbol_table()
1214 isymend = isymbuf + symcount; in elf_slurp_symbol_table()
1342 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount); in elf_slurp_symbol_table()
1346 symcount = sym - symbase; in elf_slurp_symbol_table()
[all …]
H A Dsrec.c288 ++abfd->symcount; in srec_new_symbol()
661 if (abfd->symcount > 0) in srec_object_p()
696 if (abfd->symcount > 0) in symbolsrec_object_p()
1175 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab() local
1180 if (csymbols == NULL && symcount != 0) in srec_canonicalize_symtab()
1185 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol)); in srec_canonicalize_symtab()
1203 for (i = 0; i < symcount; i++) in srec_canonicalize_symtab()
1207 return symcount; in srec_canonicalize_symtab()
H A Dgenlink.h82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dsyms.c450 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount) in bfd_set_symtab() argument
459 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
803 long symcount; in _bfd_generic_read_minisymbols() local
819 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in _bfd_generic_read_minisymbols()
821 symcount = bfd_canonicalize_symtab (abfd, syms); in _bfd_generic_read_minisymbols()
822 if (symcount < 0) in _bfd_generic_read_minisymbols()
828 return symcount; in _bfd_generic_read_minisymbols()
H A Delfcode.h1124 unsigned long symcount; /* Number of external ELF symbols */ in elf_slurp_symbol_table() local
1168 symcount = hdr->sh_size / sizeof (Elf_External_Sym); in elf_slurp_symbol_table()
1169 if (symcount == 0) in elf_slurp_symbol_table()
1173 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, symcount, 0, in elf_slurp_symbol_table()
1178 amt = symcount; in elf_slurp_symbol_table()
1186 && verhdr->sh_size / sizeof (Elf_External_Versym) != symcount) in elf_slurp_symbol_table()
1192 symcount); in elf_slurp_symbol_table()
1216 isymend = isymbuf + symcount; in elf_slurp_symbol_table()
1344 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount); in elf_slurp_symbol_table()
1348 symcount = sym - symbase; in elf_slurp_symbol_table()
[all …]
H A Dsrec.c286 ++abfd->symcount; in srec_new_symbol()
672 if (abfd->symcount > 0) in srec_object_p()
707 if (abfd->symcount > 0) in symbolsrec_object_p()
1187 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab() local
1192 if (csymbols == NULL && symcount != 0) in srec_canonicalize_symtab()
1197 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol)); in srec_canonicalize_symtab()
1215 for (i = 0; i < symcount; i++) in srec_canonicalize_symtab()
1219 return symcount; in srec_canonicalize_symtab()

1234