Home
last modified time | relevance | path

Searched refs:carsym (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive64.c51 carsym *carsyms; in bfd_elf64_archive_slurp_armap()
93 carsym_size = nsymz * sizeof (carsym); in bfd_elf64_archive_slurp_armap()
H A Darchive.c237 bfd_get_next_mapent (bfd *abfd, symindex prev, carsym **entry) in bfd_get_next_mapent()
562 carsym *entry; in _bfd_generic_get_elt_at_index()
731 carsym *set; in do_slurp_bsd_armap()
767 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap()
801 carsym *carsyms; in do_slurp_coff_armap()
844 if (nsymz > ~ (bfd_size_type) 0 / sizeof (carsym)) in do_slurp_coff_armap()
847 carsym_size = (nsymz * sizeof (carsym)); in do_slurp_coff_armap()
973 carsym *set; in bfd_slurp_bsd_armap_f2()
H A Dbfd-in.h274 typedef struct carsym struct
279 carsym; /* To make these you call a carsymogen. */ typedef
H A Dlibbfd-in.h70 carsym *symdefs; /* the symdef entries */
H A Dlinker.c965 carsym *arsyms; in _bfd_generic_link_add_archive_symbols()
966 carsym *arsym_end; in _bfd_generic_link_add_archive_symbols()
967 register carsym *arsym; in _bfd_generic_link_add_archive_symbols()
H A Dlibbfd.h75 carsym *symdefs; /* the symdef entries */
H A Dcoff-rs6000.c1123 carsym *arsym;
1177 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
1235 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
H A Dcoff64-rs6000.c1857 carsym *arsym;
1910 amt *= sizeof (carsym);
1911 bfd_ardata (abfd)->symdefs = (carsym *) bfd_alloc (abfd, amt);
H A Dbfd-in2.h281 typedef struct carsym struct
286 carsym; /* To make these you call a carsymogen. */ typedef
4716 (bfd *abfd, symindex previous, carsym **sym);
H A Dsom.c5494 carsym **syms) in som_bfd_fill_in_ar_symbols()
5497 carsym *set = syms[0]; in som_bfd_fill_in_ar_symbols()
5707 amt *= sizeof (carsym); in som_slurp_armap()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Darchive64.c51 carsym *carsyms; in bfd_elf64_archive_slurp_armap()
93 carsym_size = nsymz * sizeof (carsym); in bfd_elf64_archive_slurp_armap()
H A Darchive.c205 bfd_get_next_mapent (bfd *abfd, symindex prev, carsym **entry) in bfd_get_next_mapent()
506 carsym *entry; in _bfd_generic_get_elt_at_index()
684 carsym *set; in do_slurp_bsd_armap()
720 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap()
754 carsym *carsyms; in do_slurp_coff_armap()
799 carsym_size = (nsymz * sizeof (carsym)); in do_slurp_coff_armap()
922 carsym *set; in bfd_slurp_bsd_armap_f2()
H A Dbfd-in.h268 typedef struct carsym struct
273 carsym; /* To make these you call a carsymogen. */ argument
H A Dlibbfd-in.h61 carsym *symdefs; /* the symdef entries */
H A Dlibbfd.h66 carsym *symdefs; /* the symdef entries */
H A Dlinker.c921 carsym *arsyms; in _bfd_generic_link_add_archive_symbols()
922 carsym *arsym_end; in _bfd_generic_link_add_archive_symbols()
923 register carsym *arsym; in _bfd_generic_link_add_archive_symbols()
H A Dcoff-rs6000.c1123 carsym *arsym;
1177 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
1235 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
H A Dcoff64-rs6000.c1858 carsym *arsym;
1911 amt *= sizeof (carsym);
1912 bfd_ardata (abfd)->symdefs = (carsym *) bfd_alloc (abfd, amt);
H A Dbfd-in2.h275 typedef struct carsym struct
280 carsym; /* To make these you call a carsymogen. */ argument
3998 (bfd *abfd, symindex previous, carsym **sym);
H A Dsom.c270 PARAMS ((bfd *, struct lst_header *, carsym **));
5572 carsym **syms;
5575 carsym *set = syms[0];
5786 amt *= sizeof (carsym);
5787 ardata->symdefs = (carsym *) bfd_alloc (abfd, amt);
H A Delflink.h36 PARAMS ((bfd *, carsym *));
149 carsym * symdef;
260 carsym *symdefs;
292 carsym *symdef;
293 carsym *symdefend;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Darchive.texi61 (bfd *abfd, symindex previous, carsym **sym);
73 A @code{carsym} is a canonical archive symbol. The only
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Darchive.texi58 (bfd *abfd, symindex previous, carsym **sym);
70 A @code{carsym} is a canonical archive symbol. The only
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnm.c1550 carsym *thesym; in print_symdef_entry()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c371 carsym *thesym; in print_symdef_entry()

12