Lines Matching full:secondary_compat_out
12468 tag_cpu_arch_combine (bfd *ibfd, int oldtag, int *secondary_compat_out,
12667 if ((oldtag == T(V6_M) && *secondary_compat_out == T(V4T))
12668 || (oldtag == T(V4T) && *secondary_compat_out == T(V6_M)))
12692 *secondary_compat_out = T(V6_M);
12695 *secondary_compat_out = -1;
12848 int secondary_compat = -1, secondary_compat_out = -1;
12876 secondary_compat_out = get_secondary_compatible_arch (obfd);
12878 &secondary_compat_out,
12888 set_secondary_compatible_arch (obfd, secondary_compat_out);