Searched refs:base_dsym_bfd (Results 1 – 2 of 2) sorted by relevance
6082 bfd *base_dsym_bfd, *dsym_bfd; in bfd_mach_o_find_dsym() local6086 base_dsym_bfd = bfd_openr (dsym_filename, NULL); in bfd_mach_o_find_dsym()6087 if (base_dsym_bfd == NULL) in bfd_mach_o_find_dsym()6090 dsym_bfd = bfd_mach_o_fat_extract (base_dsym_bfd, bfd_object, arch); in bfd_mach_o_find_dsym()6095 if (base_dsym_bfd != dsym_bfd) in bfd_mach_o_find_dsym()6096 bfd_close (base_dsym_bfd); in bfd_mach_o_find_dsym()
6036 bfd *base_dsym_bfd, *dsym_bfd; in bfd_mach_o_find_dsym() local6040 base_dsym_bfd = bfd_openr (dsym_filename, NULL); in bfd_mach_o_find_dsym()6041 if (base_dsym_bfd == NULL) in bfd_mach_o_find_dsym()6044 dsym_bfd = bfd_mach_o_fat_extract (base_dsym_bfd, bfd_object, arch); in bfd_mach_o_find_dsym()6049 if (base_dsym_bfd != dsym_bfd) in bfd_mach_o_find_dsym()6050 bfd_close (base_dsym_bfd); in bfd_mach_o_find_dsym()