Home
last modified time | relevance | path

Searched refs:old_partial (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-frv.c4342 flagword old_flags, old_partial; local
4375 old_partial = (old_flags & EF_FRV_GPR_MASK);
4376 if (new_partial == old_partial)
4382 else if (old_partial == 0)
4394 switch (old_partial)
4405 old_partial = (old_flags & EF_FRV_FPR_MASK);
4406 if (new_partial == old_partial)
4412 else if (old_partial == 0)
4425 switch (old_partial)
4437 old_partial = (old_flags & EF_FRV_DWORD_MASK);
[all …]
Delf32-iq2000.c804 flagword old_flags, old_partial; local
836 old_partial = (old_flags & EF_IQ2000_CPU_MASK);
837 if (new_partial == old_partial)
849 switch (old_partial)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-iq2000.c745 flagword old_flags, old_partial; in iq2000_elf_merge_private_bfd_data() local
767 old_partial = (old_flags & EF_IQ2000_CPU_MASK); in iq2000_elf_merge_private_bfd_data()
769 if (new_partial != old_partial) in iq2000_elf_merge_private_bfd_data()
783 switch (old_partial) in iq2000_elf_merge_private_bfd_data()
Delf32-frv.c6486 flagword old_flags, old_partial; local
6519 old_partial = (old_flags & EF_FRV_GPR_MASK);
6520 if (new_partial == old_partial)
6526 else if (old_partial == 0)
6538 switch (old_partial)
6549 old_partial = (old_flags & EF_FRV_FPR_MASK);
6550 if (new_partial == old_partial)
6556 else if (old_partial == 0)
6569 switch (old_partial)
6581 old_partial = (old_flags & EF_FRV_DWORD_MASK);
[all …]
Delf32-m32c.c808 flagword old_flags, old_partial; in m32c_elf_merge_private_bfd_data() local
840 old_partial = (old_flags & EF_M32C_CPU_MASK); in m32c_elf_merge_private_bfd_data()
841 if (new_partial == old_partial) in m32c_elf_merge_private_bfd_data()
853 switch (old_partial) in m32c_elf_merge_private_bfd_data()
Delf32-bfin.c4827 flagword old_flags, old_partial; in elf32_bfin_merge_private_bfd_data() local
4857 old_partial = (old_flags & EF_BFIN_PIC_FLAGS); in elf32_bfin_merge_private_bfd_data()
4858 if (new_partial == old_partial) in elf32_bfin_merge_private_bfd_data()
4862 else if (new_partial != 0 && old_partial != 0) in elf32_bfin_merge_private_bfd_data()