Searched refs:ibfd_mach (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-sparc.c3299 unsigned long ibfd_mach;
3309 ibfd_mach = bfd_get_mach (ibfd);
3310 if (bfd_mach_sparc_64bit_p (ibfd_mach))
3318 if (bfd_get_mach (obfd) < ibfd_mach)
3319 bfd_set_arch_mach (obfd, bfd_arch_sparc, ibfd_mach);
3294 unsigned long ibfd_mach; local

Completed in 88 milliseconds