Searched refs:num_symbols (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/
H A Ddis-asm.h97 int num_symbols; member in struct:disassemble_info
/freebsd-9.3-release/contrib/gdb/include/
H A Ddis-asm.h94 int num_symbols; member in struct:disassemble_info
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dxcoffread.c2864 int num_symbols; /* # of symbols */
2875 num_symbols = bfd_get_symcount (abfd); /* # of symbols */
2878 num_symbols * coff_data (abfd)->local_symesz;
2884 if (num_symbols > 0)
2923 size = coff_data (abfd)->local_symesz * num_symbols;
2927 num_symbols;
2938 /* I'm not sure how how good num_symbols is; the rule of thumb in
2940 num_symbols includes auxents. On the other hand, it doesn't
2942 init_psymbol_list (objfile, num_symbols);
2856 int num_symbols; /* # of symbols */ local
H A Dcoffread.c519 unsigned int num_symbols;
532 num_symbols = bfd_get_symcount (abfd); /* How many syms */
535 num_symbols * cdata->local_symesz;
582 if (num_symbols > 0)
607 coff_symtab_read ((long) symtab_offset, num_symbols, objfile);
515 unsigned int num_symbols; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c1813 pinfo->num_symbols = x - place;
1819 pinfo->num_symbols = 0;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-ppc.c2909 unsigned int num_symbols = elf_tdata (abfd)->symtab_hdr.sh_info;
2911 amt = num_symbols;
2903 unsigned int num_symbols = elf_tdata (abfd)->symtab_hdr.sh_info; local

Completed in 124 milliseconds