Home
last modified time | relevance | path

Searched +defs:arch +defs:v6t2 +defs:s (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c3236 asection *s; in elf32_arm_get_local_dynreloc_list() local
3321 asection *s; in create_ifunc_sections() local
3366 int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in using_thumb_only() local
3387 int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in using_thumb2() local
3588 const int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in arch_has_arm_nop() local
3599 const int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in arch_has_thumb2_nop() local
4824 int s = (insn & 0x4000000) != 0; in cortex_a8_erratum_scan() local
5730 asection * s; in arm_allocate_glue_section_space() local
5791 asection * s; in record_arm_to_thumb_glue() local
5860 asection * s; in record_arm_bx_glue() local
[all …]
/toolchain/binutils/binutils-2.25/gold/
Darm.cc2150 int arch = attr->int_value(); in using_thumb2() local
2177 int arch = attr->int_value(); in may_use_arm_nop() local
2190 int arch = attr->int_value(); in may_use_thumb2_nop() local
2202 int arch = attr->int_value(); in may_use_v4t_interworking() local
2213 int arch = attr->int_value(); in may_use_v5t_interworking() local
3179 uint32_t s = (upper_insn & (1U << 10)) >> 10; in thumb32_branch_offset() local
3197 uint32_t s = offset < 0 ? 1 : 0; in thumb32_branch_upper() local
3208 uint32_t s = offset < 0 ? 1 : 0; in thumb32_branch_lower() local
3220 uint32_t s = (upper_insn & 0x0400U) >> 10; in thumb32_cond_branch_offset() local
3235 uint32_t s = offset < 0 ? 1 : 0; in thumb32_cond_branch_upper() local
[all …]