Home
last modified time | relevance | path

Searched refs:cross_mode_jump_p (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20103402 cross_mode_jump_p.
3404 Set up cross_mode_jump_p based on the mode change.
3405 (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
3407 Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
3408 Use !cross_mode_jump_p to guard conversion.
3411 cross_mode_jump_p.
3412 Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
3413 Pass cross_mode_jump_p to call mips_elf_perform_relocation.
Delfxx-mips.c5245 bfd_boolean *cross_mode_jump_p, in mips_elf_calculate_relocation() argument
5592 *cross_mode_jump_p = (!bfd_link_relocatable (info) in mips_elf_calculate_relocation()
5799 shift = (!*cross_mode_jump_p && r_type == R_MICROMIPS_26_S1) ? 1 : 2; in mips_elf_calculate_relocation()
5809 if (*cross_mode_jump_p && (value & 3) != (r_type == R_MIPS_26)) in mips_elf_calculate_relocation()
6255 bfd_boolean cross_mode_jump_p) in mips_elf_perform_relocation() argument
6277 if (cross_mode_jump_p && jal_reloc_p (r_type)) in mips_elf_perform_relocation()
6318 && !cross_mode_jump_p in mips_elf_perform_relocation()
10048 bfd_boolean cross_mode_jump_p = FALSE; in _bfd_mips_elf_relocate_section() local
10245 &name, &cross_mode_jump_p, in _bfd_mips_elf_relocate_section()
10373 contents, cross_mode_jump_p)) in _bfd_mips_elf_relocate_section()