Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dmips16@branch-swap-3.d14 [ ]*[0-9a-f]+: R_MIPS16_26 func
17 [ ]*[0-9a-f]+: R_MIPS16_26 func
21 [ ]*[0-9a-f]+: R_MIPS16_26 func
25 [ ]*[0-9a-f]+: R_MIPS16_26 func
29 [ ]*[0-9a-f]+: R_MIPS16_26 func
Dmips16-hilo-match.d28 0000006c R_MIPS16_26 func1
29 00000072 R_MIPS16_26 func2
33 0000008a R_MIPS16_26 func1
Dmips16e.d23 1a: R_MIPS16_26 foo
27 22: R_MIPS16_26 foo
Dmips16@loc-swap-dis.d28 [ ]*[0-9a-f]+: R_MIPS16_26 bar
32 [ ]*[0-9a-f]+: R_MIPS16_26 bar
Dmips16-jalx.d8 0: R_MIPS16_26 external_label
Dmips16-64.d669 84c: R_MIPS16_26 extern
Dmips16.d668 84c: R_MIPS16_26 extern
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/mips/
Dmixed-mips16.d25 [ ]*[0-9a-f]+: R_MIPS16_26 baz
/toolchain/binutils/binutils-2.27/elfcpp/
Dmips.h108 R_MIPS16_26 = 100, enumerator
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc190 case elfcpp::R_MIPS16_26: in relocation_needs_la25_stub()
311 return (r_type == elfcpp::R_MIPS16_26 in mips16_call_reloc()
319 || r_type == elfcpp::R_MIPS16_26 in jal_reloc()
338 case elfcpp::R_MIPS16_26: in mips16_reloc()
4400 || (r_type == elfcpp::R_MIPS16_26 && !jal_shuffle)) in mips_reloc_unshuffle()
4402 else if (r_type != elfcpp::R_MIPS16_26) in mips_reloc_unshuffle()
4423 || (r_type == elfcpp::R_MIPS16_26 && !jal_shuffle)) in mips_reloc_shuffle()
4428 else if (r_type != elfcpp::R_MIPS16_26) in mips_reloc_shuffle()
4615 if (r_type == elfcpp::R_MIPS16_26) in rel26()
9963 case elfcpp::R_MIPS16_26: in mips_get_size_for_reloc()
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delfn32-mips.c1654 HOWTO (R_MIPS16_26, /* type */
1870 HOWTO (R_MIPS16_26, /* type */
3250 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Delf32-mips.c834 HOWTO (R_MIPS16_26, /* type */
2027 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
Delfxx-mips.c2104 case R_MIPS16_26: in mips16_reloc_p()
2212 return r_type == R_MIPS16_26 || r_type == R_MIPS16_CALL16; in mips16_call_reloc_p()
2219 || r_type == R_MIPS16_26 in jal_reloc_p()
2243 return (r_type == R_MIPS16_26 in mips16_branch_reloc_p()
2292 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle)) in _bfd_mips_elf_reloc_unshuffle()
2294 else if (r_type != R_MIPS16_26) in _bfd_mips_elf_reloc_unshuffle()
2313 if (micromips_reloc_p (r_type) || (r_type == R_MIPS16_26 && !jal_shuffle)) in _bfd_mips_elf_reloc_shuffle()
2318 else if (r_type != R_MIPS16_26) in _bfd_mips_elf_reloc_shuffle()
5215 case R_MIPS16_26: in mips_elf_relocation_needs_la25_stub()
5461 if (r_type != R_MIPS16_26 in mips_elf_calculate_relocation()
[all …]
Delf64-mips.c1688 HOWTO (R_MIPS16_26, /* type */
1904 HOWTO (R_MIPS16_26, /* type */
3434 { BFD_RELOC_MIPS16_JMP, R_MIPS16_26 - R_MIPS16_min },
DChangeLog662 * elfxx-mips.c (mips_elf_calculate_relocation): <R_MIPS16_26>
770 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS16_26>
DChangeLog-98991070 and R_MIPS16_26 relocations correctly when relocating.
1386 subwords when handling an R_MIPS16_26 relocation.
1399 * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
1403 R_MIPS16_26. Use bfd_put for convenience.
DChangeLog-96972248 * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
3048 * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
3052 (mips_info_to_howto_rel): Handle R_MIPS16_26.
3053 (mips_elf_relocate_section): Handle R_MIPS16_26. Handle R_MIPS_26
DChangeLog-2011101 parameter, add switch case for R_MIPS16_26.
DChangeLog-20054553 reloc howtos. Add R_MIPS16_26, R_MIPS16_GPREL, R_MIPS16_HI16 and
DChangeLog-00015220 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h104 RELOC_NUMBER (R_MIPS16_26, 100)
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20071437 R_MIPS16_26 relocations against them.