Searched refs:sym_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gdb/include/
H A Doasys.h33 unsigned int sym_count; member in struct:oasys_archive_header
48 bfd_byte sym_count[4]; member in struct:oasys_extarchive_header
/freebsd-9.3-release/usr.bin/ldd/
H A Dsods.c120 static unsigned long sym_count; variable
241 sym_count = ex->a_syms / sizeof sym_base[0];
242 assert(sym_count * sizeof sym_base[0] == ex->a_syms);
244 if (sym_count != 0) {
245 sym_used = (unsigned char *) calloc(sym_count, sizeof(unsigned char));
548 for (i = 0; i < sym_count; ++i) {
567 assert(n < sym_count);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldmisc.c297 long sym_count; local
303 sym_count = bfd_canonicalize_symtab (abfd, asymbols);
304 if (sym_count < 0)
309 entry->symbol_count = sym_count;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmipsread.c234 int sym_count; local
315 sym_count = sym_secsize / sizeof (Elfalpha_External_Sym);
320 i < sym_count;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcheck_cvs.in125 my $sym_count = 0;
129 $sym_count += 1;
130 if( $sym_count > 5 )
/freebsd-9.3-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c111 int i, sym_count; local
156 sym_count = (int)((Elf_Sym *)esym - symtab) / sizeof(Elf_Sym);
168 for (i = 0; i < sym_count; i++) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutx.h2930 bfd_size_type sym_count;
2939 sym_count = obj_aout_external_sym_count (abfd);
2949 (abfd, info, &syms, &sym_count, &strings)))
2957 amt = sym_count * sizeof (struct aout_link_hash_entry *);
2959 if (sym_hash == NULL && sym_count != 0)
2968 pend = p + sym_count;
4716 bfd_size_type sym_count;
4730 sym_count = obj_aout_external_sym_count (input_bfd);
4764 sym_end = sym + sym_count;
4767 memset (symbol_map, 0, (size_t) sym_count * sizeo
[all...]
H A Delflink.c4531 size_t sym_count;
4543 sym_count = 0;
4553 sym_count++;
4557 qsort (sorted_sym_hash, sym_count,
4582 j = sym_count;
4612 for (i = ilook; i < sym_count; i++)
9483 size_t sym_count;
9486 sym_count = (elf_tdata (sec->owner)->symtab_hdr.sh_size
9489 sym_count = elf_tdata (sec->owner)->symtab_hdr.sh_info;
9491 if (sym_count > max_sym_coun
4522 size_t sym_count; local
9473 size_t sym_count; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c2400 int sym_index, sym_count;
2428 sym_count = GCC_SYMBOLS (ldptr);
2436 while (sym_index < sym_count)
2383 int sym_index, sym_count; local

Completed in 131 milliseconds