Lines Matching refs:carsym
255 bfd_get_next_mapent (bfd *abfd, symindex prev, carsym **entry) in bfd_get_next_mapent()
731 carsym *entry; in _bfd_generic_get_elt_at_index()
898 carsym *set; in do_slurp_bsd_armap()
934 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap()
935 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt); in do_slurp_bsd_armap()
969 carsym *carsyms; in do_slurp_coff_armap()
1012 if (nsymz > ~ (bfd_size_type) 0 / sizeof (carsym)) in do_slurp_coff_armap()
1015 carsym_size = (nsymz * sizeof (carsym)); in do_slurp_coff_armap()
1021 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd, in do_slurp_coff_armap()
1162 carsym *set; in bfd_slurp_bsd_armap_f2()
1230 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt); in bfd_slurp_bsd_armap_f2()