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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 6387 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6417 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6489 if (m_profile && first_veneer_scan)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 6460 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6490 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6563 if (m_profile && first_veneer_scan)
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 6456 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6486 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6559 if (m_profile && first_veneer_scan)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 6437 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6467 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6540 if (m_profile && first_veneer_scan)
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 6214 bool m_profile = ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_m); local
6216 /* PR gas/12698: If the user has specified -march=all then m_profile will
6220 m_profile = false;
6227 if (m_profile)
6234 if (m_profile)
6246 else if (m_profile)
6381 else if (!m_profile)
13222 /* PR gas/12698: The constraint is only applied for m_profile.
13225 bool m_profile =
13227 constraint ((flags != 0) && m_profile, _("selected processor does
13220 bool m_profile = local
13261 bool m_profile = local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 6213 bool m_profile = ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_m); local
6215 /* PR gas/12698: If the user has specified -march=all then m_profile will
6219 m_profile = false;
6226 if (m_profile)
6233 if (m_profile)
6245 else if (m_profile)
6380 else if (!m_profile)
13225 /* PR gas/12698: The constraint is only applied for m_profile.
13228 bool m_profile =
13230 constraint ((flags != 0) && m_profile, _("selected processor does
13223 bool m_profile = local
13264 bool m_profile = local
    [all...]

Completed in 93 milliseconds