Searched refs:ardata (Results 1 – 4 of 4) sorted by relevance
43 struct artdata *ardata = bfd_ardata (abfd); in bfd_elf64_archive_slurp_armap() local54 ardata->symdefs = NULL; in bfd_elf64_archive_slurp_armap()97 ardata->symdefs = bfd_zalloc (abfd, amt); in bfd_elf64_archive_slurp_armap()98 if (ardata->symdefs == NULL) in bfd_elf64_archive_slurp_armap()100 carsyms = ardata->symdefs; in bfd_elf64_archive_slurp_armap()101 stringbase = ((char *) ardata->symdefs) + carsym_size; in bfd_elf64_archive_slurp_armap()124 ardata->symdef_count = nsymz; in bfd_elf64_archive_slurp_armap()125 ardata->first_file_filepos = bfd_tell (abfd); in bfd_elf64_archive_slurp_armap()127 ardata->first_file_filepos += (ardata->first_file_filepos) % 2; in bfd_elf64_archive_slurp_armap()137 bfd_release (abfd, ardata->symdefs); in bfd_elf64_archive_slurp_armap()
709 struct artdata *ardata = bfd_ardata (abfd); in do_slurp_bsd_armap() local733 ardata->symdef_count = H_GET_32 (abfd, raw_armap) / BSD_SYMDEF_SIZE; in do_slurp_bsd_armap()735 if (ardata->symdef_count * BSD_SYMDEF_SIZE > in do_slurp_bsd_armap()743 ardata->cache = 0; in do_slurp_bsd_armap()746 + ardata->symdef_count * BSD_SYMDEF_SIZE in do_slurp_bsd_armap()748 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap()749 ardata->symdefs = bfd_alloc (abfd, amt); in do_slurp_bsd_armap()750 if (!ardata->symdefs) in do_slurp_bsd_armap()753 for (counter = 0, set = ardata->symdefs; in do_slurp_bsd_armap()754 counter < ardata->symdef_count; in do_slurp_bsd_armap()[all …]
2842 struct artdata *ardata; in _bfd_ecoff_slurp_armap() local2892 ardata = bfd_ardata (abfd); in _bfd_ecoff_slurp_armap()2911 ardata->tdata = (void *) raw_armap; in _bfd_ecoff_slurp_armap()2915 ardata->symdef_count = 0; in _bfd_ecoff_slurp_armap()2916 ardata->cache = NULL; in _bfd_ecoff_slurp_armap()2962 ++ardata->symdef_count; in _bfd_ecoff_slurp_armap()2964 amt = ardata->symdef_count; in _bfd_ecoff_slurp_armap()2970 ardata->symdefs = (carsym *) symdef_ptr; in _bfd_ecoff_slurp_armap()2986 ardata->first_file_filepos = bfd_tell (abfd); in _bfd_ecoff_slurp_armap()2988 ardata->first_file_filepos += ardata->first_file_filepos % 2; in _bfd_ecoff_slurp_armap()
10012 ardata->tdata to raw_armap.