HomeSort by: relevance | last modified time | path
    Searched defs:thumb_only (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 4135 bool thumb2, thumb2_bl, thumb_only; local
4151 thumb_only = using_thumb_only (globals);
4170 if (branch_type == ST_BRANCH_UNKNOWN && thumb_only)
4175 if (thumb_only && (r_type == R_ARM_THM_CALL || r_type == R_ARM_THM_JUMP24
4235 && !thumb_only)
4244 if (!thumb_only)
4292 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
4301 if (!thumb_only)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 4199 bool thumb2, thumb2_bl, thumb_only; local
4215 thumb_only = using_thumb_only (globals);
4234 if (branch_type == ST_BRANCH_UNKNOWN && thumb_only)
4239 if (thumb_only && (r_type == R_ARM_THM_CALL || r_type == R_ARM_THM_JUMP24
4299 && !thumb_only)
4308 if (!thumb_only)
4356 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
4365 if (!thumb_only)
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 4195 bool thumb2, thumb2_bl, thumb_only; local
4211 thumb_only = using_thumb_only (globals);
4230 if (branch_type == ST_BRANCH_UNKNOWN && thumb_only)
4235 if (thumb_only && (r_type == R_ARM_THM_CALL || r_type == R_ARM_THM_JUMP24
4295 && !thumb_only)
4304 if (!thumb_only)
4352 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
4361 if (!thumb_only)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 4197 bool thumb2, thumb2_bl, thumb_only; local
4213 thumb_only = using_thumb_only (globals);
4231 if (thumb_only && (r_type == R_ARM_THM_CALL || r_type == R_ARM_THM_JUMP24
4276 && !thumb_only)
4285 if (!thumb_only)
4333 if ((branch_type == ST_BRANCH_TO_THUMB) && use_plt && !thumb_only)
4342 if (!thumb_only)

Completed in 83 milliseconds