Searched refs:thumb2 (Results 1 – 1 of 1) sorted by relevance
4160 bool thumb2 = arm_target->using_thumb2(); in thumb_branch_common() local4162 && ((!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() local4586 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()