| /dragonfly/contrib/gdb-7/bfd/ |
| HD | coffgen.c | 252 bfd_get_symcount (abfd) = internal_f->f_nsyms; in coff_real_object_p() 411 return (bfd_get_symcount (abfd) + 1) * (sizeof (coff_symbol_type *)); in coff_get_symtab_upper_bound() 427 counter = bfd_get_symcount (abfd); in coff_canonicalize_symtab() 433 return bfd_get_symcount (abfd); in coff_canonicalize_symtab() 573 unsigned int limit = bfd_get_symcount (abfd); in coff_count_linenumbers() 704 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols() 797 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols() 1219 unsigned int limit = bfd_get_symcount (abfd); in coff_write_symbols()
|
| HD | libaout.h | 635 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 651 && bfd_get_symcount (abfd) != 0) \
|
| HD | srec.c | 1066 int count = bfd_get_symcount (abfd); in srec_write_symbols() 1167 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in srec_get_symtab_upper_bound() 1175 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab()
|
| HD | tekhex.c | 514 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab() 523 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
|
| HD | linker.c | 776 bfd_get_symcount (abfd) = symcount; in bfd_generic_link_read_symbols() 2007 bfd_get_symcount (abfd) = 0; in _bfd_generic_final_link() 2126 if (bfd_get_symcount (output_bfd) >= *psymalloc) in generic_add_output_symbol() 2143 bfd_get_outsymbols (output_bfd) [bfd_get_symcount (output_bfd)] = sym; in generic_add_output_symbol() 2145 ++ bfd_get_symcount (output_bfd); in generic_add_output_symbol()
|
| HD | syms.c | 460 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
|
| HD | bfd-in.h | 514 #define bfd_get_symcount(abfd) ((abfd)->symcount) macro
|
| HD | elflink.c | 8522 if (bfd_get_symcount (flinfo->output_bfd) >= flinfo->shndxbuf_size) in elf_link_output_sym() 8535 destshndx += bfd_get_symcount (flinfo->output_bfd); in elf_link_output_sym() 8540 bfd_get_symcount (flinfo->output_bfd) += 1; in elf_link_output_sym() 9164 indx = bfd_get_symcount (flinfo->output_bfd); in elf_link_output_extsym() 9485 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 9568 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 10016 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 10741 bfd_get_symcount (abfd) = info->strip == strip_all ? 0 : 1; in bfd_elf_final_link() 10773 bfd_get_symcount (abfd) = 0; in bfd_elf_final_link() 10847 o->target_index = bfd_get_symcount (abfd); in bfd_elf_final_link() [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | libaout.h | 630 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 646 && bfd_get_symcount (abfd) != 0) \
|
| HD | coffgen.c | 257 bfd_get_symcount (abfd) = internal_f->f_nsyms; in coff_real_object_p() 420 return (bfd_get_symcount (abfd) + 1) * (sizeof (coff_symbol_type *)); in coff_get_symtab_upper_bound() 436 counter = bfd_get_symcount (abfd); in coff_canonicalize_symtab() 442 return bfd_get_symcount (abfd); in coff_canonicalize_symtab() 587 unsigned int limit = bfd_get_symcount (abfd); in coff_count_linenumbers() 702 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols() 798 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols() 1234 unsigned int limit = bfd_get_symcount (abfd); in coff_write_symbols()
|
| HD | srec.c | 1078 int count = bfd_get_symcount (abfd); in srec_write_symbols() 1179 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in srec_get_symtab_upper_bound() 1187 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab()
|
| HD | tekhex.c | 561 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab() 570 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
|
| HD | linker.c | 813 bfd_get_symcount (abfd) = symcount; in bfd_generic_link_read_symbols() 1872 bfd_get_symcount (abfd) = 0; in _bfd_generic_final_link() 1991 if (bfd_get_symcount (output_bfd) >= *psymalloc) in generic_add_output_symbol() 2008 bfd_get_outsymbols (output_bfd) [bfd_get_symcount (output_bfd)] = sym; in generic_add_output_symbol() 2010 ++ bfd_get_symcount (output_bfd); in generic_add_output_symbol()
|
| HD | coffcode.h | 3197 if (bfd_get_symcount (abfd) > 0) in coff_compute_section_file_positions() 3204 symcount = bfd_get_symcount (abfd); in coff_compute_section_file_positions() 3893 count = bfd_get_symcount (abfd); in coff_write_object_contents() 4203 if (bfd_get_symcount (abfd) != 0) in coff_write_object_contents() 4633 || sym >= obj_symbols (abfd) + bfd_get_symcount (abfd)) in coff_slurp_line_table() 5084 bfd_get_symcount (abfd) = number_of_symbols; in coff_slurp_symbol_table()
|
| HD | syms.c | 459 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
|
| HD | elflink.c | 8923 = flinfo->symshndxbuf ? bfd_get_symcount (flinfo->output_bfd) : 0; in elf_link_output_symstrtab() 8925 bfd_get_symcount (flinfo->output_bfd) += 1; in elf_link_output_symstrtab() 8961 amt *= bfd_get_symcount (flinfo->output_bfd); in elf_link_swap_symbols_out() 9697 indx = bfd_get_symcount (flinfo->output_bfd); in elf_link_output_extsym() 10029 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 10112 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 10588 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 11327 bfd_get_symcount (abfd) = info->strip != strip_all || emit_relocs; in bfd_elf_final_link() 11372 bfd_get_symcount (abfd) = 0; in bfd_elf_final_link() 11434 o->target_index = bfd_get_symcount (abfd); in bfd_elf_final_link() [all …]
|
| HD | peicode.h | 1093 bfd_get_symcount (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | libaout.h | 629 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 645 && bfd_get_symcount (abfd) != 0) \
|
| HD | srec.c | 1085 int count = bfd_get_symcount (abfd); in srec_write_symbols() 1186 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in srec_get_symtab_upper_bound() 1194 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab()
|
| HD | tekhex.c | 565 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab() 574 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
|
| HD | coffgen.c | 429 return (bfd_get_symcount (abfd) + 1) * (sizeof (coff_symbol_type *)); in coff_get_symtab_upper_bound() 445 counter = bfd_get_symcount (abfd); in coff_canonicalize_symtab() 451 return bfd_get_symcount (abfd); in coff_canonicalize_symtab() 596 unsigned int limit = bfd_get_symcount (abfd); in coff_count_linenumbers() 711 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols() 807 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols() 1244 unsigned int limit = bfd_get_symcount (abfd); in coff_write_symbols()
|
| HD | coffcode.h | 2929 if (bfd_get_symcount (abfd) > 0) in coff_compute_section_file_positions() 2936 symcount = bfd_get_symcount (abfd); in coff_compute_section_file_positions() 3636 count = bfd_get_symcount (abfd); in coff_write_object_contents() 3904 if (bfd_get_symcount (abfd) != 0) in coff_write_object_contents() 4350 || sym >= obj_symbols (abfd) + bfd_get_symcount (abfd)) in coff_slurp_line_table()
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | somread.c | 63 number_of_symbols = bfd_get_symcount (abfd); in som_symtab_read()
|
| HD | mipsread.c | 272 stripped = (bfd_get_symcount (abfd) == 0); in read_alphacoff_dynamic_symtab()
|
| HD | dbxread.c | 658 DBX_SYMCOUNT (objfile) = bfd_get_symcount (sym_bfd); in dbx_symfile_init() 1043 if (bfd_get_symcount (abfd) <= 0) in read_dbx_dynamic_symtab()
|