Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Darm.cc4160 bool thumb2 = arm_target->using_thumb2(); in thumb_branch_common() local
4162 && ((!thumb2 && Bits<23>::has_overflow32(branch_offset)) in thumb_branch_common()
4163 || (thumb2 && Bits<25>::has_overflow32(branch_offset)) in thumb_branch_common()
4226 return ((thumb2 in thumb_branch_common()
4578 bool thumb2; in stub_type_for_reloc() local
4586 thumb2 = big_endian_target->using_thumb2(); in stub_type_for_reloc()
4596 thumb2 = little_endian_target->using_thumb2(); in stub_type_for_reloc()
4616 if ((!thumb2 in stub_type_for_reloc()
4619 || (thumb2 in stub_type_for_reloc()