Home
last modified time | relevance | path

Searched refs:bfd_get_outsymbols (Results 1 – 25 of 39) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dlinker.c798 if (bfd_get_outsymbols (abfd) == NULL) in bfd_generic_link_read_symbols()
806 bfd_get_outsymbols (abfd) = (struct bfd_symbol **) bfd_alloc (abfd, in bfd_generic_link_read_symbols()
808 if (bfd_get_outsymbols (abfd) == NULL && symsize != 0) in bfd_generic_link_read_symbols()
810 symcount = bfd_canonicalize_symtab (abfd, bfd_get_outsymbols (abfd)); in bfd_generic_link_read_symbols()
1878 bfd_get_outsymbols (abfd) = NULL; in _bfd_generic_final_link()
2009 newsyms = (asymbol **) bfd_realloc (bfd_get_outsymbols (output_bfd), amt); in generic_add_output_symbol()
2012 bfd_get_outsymbols (output_bfd) = newsyms; in generic_add_output_symbol()
2015 bfd_get_outsymbols (output_bfd) [bfd_get_symcount (output_bfd)] = sym; in generic_add_output_symbol()
Dcoff-i960.c221 syms = bfd_get_outsymbols (output_bfd); in coff_i960_relocate()
Dlibaout.h648 if (bfd_get_outsymbols (abfd) != NULL \
Dnlmcode.h1461 sym_ptr_ptr = bfd_get_outsymbols (abfd); in nlm_compute_section_file_positions()
1767 sym_ptr_ptr = bfd_get_outsymbols (abfd); in nlm_write_object_contents()
1860 sym_ptr_ptr = bfd_get_outsymbols (abfd); in nlm_write_object_contents()
Driscix.c134 if (bfd_get_outsymbols (abfd) != NULL \
Dbfd-in.h510 #define bfd_get_outsymbols(abfd) ((abfd)->outsymbols) macro
Dsyms.c457 bfd_get_outsymbols (abfd) = location; in bfd_set_symtab()
Daout-tic30.c664 if (bfd_get_outsymbols (abfd) != (asymbol **) NULL in tic30_aout_write_object_contents()
Dsrec.c1083 asymbol **table = bfd_get_outsymbols (abfd); in srec_write_symbols()
Dcoff-mips.c608 sym = bfd_get_outsymbols (output_bfd); in mips_gprel_reloc()
Doasys.c788 asymbol **generic = bfd_get_outsymbols (abfd); in oasys_write_syms()
Delf32-mips.c1665 sym = bfd_get_outsymbols (output_bfd); in mips_elf_assign_gp()
Dcofflink.c868 if (bfd_family_coff (sub) || ! bfd_get_outsymbols (sub)) in _bfd_coff_final_link()
872 asymbol *sym = bfd_get_outsymbols (sub) [i]; in _bfd_coff_final_link()
Dbout.c435 outsyms = bfd_get_outsymbols (abfd); in b_out_write_object_contents()
Delfn32-mips.c2860 sym = bfd_get_outsymbols (output_bfd); in mips_elf_assign_gp()
Dmach-o.c1750 asymbol **symbols = bfd_get_outsymbols (abfd); in bfd_mach_o_write_symtab_content()
1908 asymbol **symbols = bfd_get_outsymbols (abfd); in bfd_mach_o_build_dysymtab()
2253 asymbol **symbols = bfd_get_outsymbols (abfd); in bfd_mach_o_mangle_symbols()
Dpdp11.c326 if (bfd_get_outsymbols (abfd) != NULL in pdp11_aout_write_headers()
1614 asymbol **generic = bfd_get_outsymbols (abfd); in NAME()
Decoff.c1784 sym_ptr_ptr = bfd_get_outsymbols (obfd); in _bfd_ecoff_bfd_copy_private_bfd_data()
1843 sym_ptr_ptr = bfd_get_outsymbols (obfd); in _bfd_ecoff_bfd_copy_private_bfd_data()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dgenelf.em42 if ((syms = bfd_get_outsymbols (ibfd)) != NULL
Dpe.em1211 symbols = bfd_get_outsymbols (b);
1607 symbols = bfd_get_outsymbols (is->the_bfd);
1814 symbols = bfd_get_outsymbols (is->the_bfd);
Dpep.em1175 symbols = bfd_get_outsymbols (b);
1551 symbols = bfd_get_outsymbols (is->the_bfd);
/toolchain/binutils/binutils-2.25/ld/
Dldcref.c519 for (syms = bfd_get_outsymbols (abfd); *syms; ++syms) in check_local_sym_xref()
621 info.asymbols = bfd_get_outsymbols (abfd); in check_refs()
Dldmisc.c300 asymbols = bfd_get_outsymbols (abfd); in vfinfo()
Dpe-dll.c715 symbols = bfd_get_outsymbols (b); in process_def_file_and_drectve()
1281 symbols = bfd_get_outsymbols (b); in pe_walk_relocs_of_symbol()
1376 symbols = bfd_get_outsymbols (b); in generate_reloc()
Dldmain.c1190 cinfo.asymbols = bfd_get_outsymbols (abfd); in symbol_warning()

12