Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/emultempl/
Darmelf.em35 static int fix_v4bx = 0;
470 target2_type, fix_v4bx, use_blx,
626 fix_v4bx = 1;
630 fix_v4bx = 2;
/toolchain/binutils/binutils-2.25/gold/
Doptions.h835 DEFINE_special(fix_v4bx, options::TWO_DASHES, '\0',
1563 fix_v4bx() const in fix_v4bx() function
Darm.cc2453 fix_v4bx() const in fix_v4bx() function in __anon33eb0ebf0111::Target_arm
2454 { return parameters->options().fix_v4bx(); } in fix_v4bx()
9272 if (this->fix_v4bx() == General_options::FIX_V4BX_INTERWORKING in do_finalize_sections()
9779 if (target->fix_v4bx() > General_options::FIX_V4BX_NONE) in relocate()
9782 (target->fix_v4bx() == General_options::FIX_V4BX_INTERWORKING); in relocate()
11853 if (this->fix_v4bx() == General_options::FIX_V4BX_INTERWORKING) in scan_reloc_section_for_stubs()
DChangeLog10255 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
10258 (General_options::fix_v4bx): New method.
10329 (Target_arm::fix_v4bx): New method.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c2967 int fix_v4bx; member
6244 && (r_type != R_ARM_V4BX || globals->fix_v4bx < 2)) in bfd_elf32_arm_process_before_allocation()
7018 int fix_v4bx, in bfd_elf32_arm_set_target_relocs() argument
7043 globals->fix_v4bx = fix_v4bx; in bfd_elf32_arm_set_target_relocs()
9891 if (globals->fix_v4bx) in elf32_arm_final_link_relocate()
9898 if (globals->fix_v4bx == 2 && (insn & 0xf) != 0xf) in elf32_arm_final_link_relocate()
14286 if (htab->fix_v4bx == 1 && (insn & 0x0ffffff0) == 0x012fff10) in arm_put_trampoline()
DChangeLog-20053443 (elf32_arm_link_hash_table_create): Initialise fix_v4bx, use_blx.
4941 * elf32-arm.c (elf32_arm_link_hash_table): Add fix_v4bx flag.
4942 (bfd_elf32_arm_set_target_relocs): Add formal parameter fix_v4bx for
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-20051667 * emultempl/armelf.em (fix_v4bx): New variable.
1668 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c136 static int fix_v4bx = FALSE; variable
17705 if (!(is_bx && fix_v4bx) in md_assemble()
24951 fix_v4bx = TRUE; in md_parse_option()