Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c5277 bfd_boolean target_is_micromips_code_p = FALSE; in mips_elf_calculate_relocation() local
5342 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (sym->st_other); in mips_elf_calculate_relocation()
5440 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (h->root.other); in mips_elf_calculate_relocation()
5565 target_is_micromips_code_p = micromips_p; in mips_elf_calculate_relocation()
5569 if ((r_type == R_MIPS16_26 && target_is_micromips_code_p) in mips_elf_calculate_relocation()
5587 && !target_is_micromips_code_p) in mips_elf_calculate_relocation()
5590 || target_is_micromips_code_p)))); in mips_elf_calculate_relocation()
13424 bfd_boolean target_is_micromips_code_p; in _bfd_mips_elf_relax_section() local
13486 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (isym->st_other); in _bfd_mips_elf_relax_section()
13508 target_is_micromips_code_p = (!h->needs_plt in _bfd_mips_elf_relax_section()
[all …]