Home
last modified time | relevance | path

Searched refs:bfd_get_symcount (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/contrib/gdb-7/bfd/
HDcoffgen.c252 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()
HDlibaout.h635 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
651 && bfd_get_symcount (abfd) != 0) \
HDsrec.c1066 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()
HDtekhex.c514 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
523 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
HDlinker.c776 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()
HDsyms.c460 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
HDbfd-in.h514 #define bfd_get_symcount(abfd) ((abfd)->symcount) macro
HDelflink.c8522 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/
HDlibaout.h630 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
646 && bfd_get_symcount (abfd) != 0) \
HDcoffgen.c257 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()
HDsrec.c1078 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()
HDtekhex.c561 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
570 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
HDlinker.c813 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()
HDcoffcode.h3197 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()
HDsyms.c459 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
HDelflink.c8923 = 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 …]
HDpeicode.h1093 bfd_get_symcount (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
/dragonfly/contrib/binutils-2.34/bfd/
HDlibaout.h629 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
645 && bfd_get_symcount (abfd) != 0) \
HDsrec.c1085 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()
HDtekhex.c565 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
574 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
HDcoffgen.c429 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()
HDcoffcode.h2929 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/
HDsomread.c63 number_of_symbols = bfd_get_symcount (abfd); in som_symtab_read()
HDmipsread.c272 stripped = (bfd_get_symcount (abfd) == 0); in read_alphacoff_dynamic_symtab()
HDdbxread.c658 DBX_SYMCOUNT (objfile) = bfd_get_symcount (sym_bfd); in dbx_symfile_init()
1043 if (bfd_get_symcount (abfd) <= 0) in read_dbx_dynamic_symtab()

12