Searched refs:carsyms (Results 1 – 3 of 3) sorted by relevance
50 carsym *carsyms; in bfd_elf64_archive_slurp_armap() local98 carsyms = ardata->symdefs; in bfd_elf64_archive_slurp_armap()115 carsyms->file_offset = bfd_getb64 (raw_armap + i * 8); in bfd_elf64_archive_slurp_armap()116 carsyms->name = stringbase; in bfd_elf64_archive_slurp_armap()118 ++carsyms; in bfd_elf64_archive_slurp_armap()
969 carsym *carsyms; in do_slurp_coff_armap() local1025 carsyms = ardata->symdefs; in do_slurp_coff_armap()1044 carsyms->file_offset = swap ((bfd_byte *) rawptr); in do_slurp_coff_armap()1045 carsyms->name = stringbase; in do_slurp_coff_armap()1047 carsyms++; in do_slurp_coff_armap()
9513 try to overlay the internal carsyms on the external symdefs. That