Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh.c516 sh_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) in sh_check_fixup() argument
572 switch (*r_type_p) in sh_check_fixup()
575 *r_type_p = BFD_RELOC_SH_GOTPC_LOW16; in sh_check_fixup()
579 *r_type_p = BFD_RELOC_SH_GOTPC_MEDLOW16; in sh_check_fixup()
583 *r_type_p = BFD_RELOC_SH_GOTPC_MEDHI16; in sh_check_fixup()
587 *r_type_p = BFD_RELOC_SH_GOTPC_HI16; in sh_check_fixup()
592 *r_type_p = BFD_RELOC_SH_GOTPC; in sh_check_fixup()
603 *r_type_p = BFD_RELOC_SH_GOTPC; in sh_check_fixup()
615 switch (*r_type_p) in sh_check_fixup()
619 *r_type_p = exp->X_md; in sh_check_fixup()
[all …]
Dtc-m32r.c460 m32r_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) in m32r_check_fixup() argument
471 *r_type_p = BFD_RELOC_M32R_GOTPC24; in m32r_check_fixup()
484 *r_type_p = exp->X_md; in m32r_check_fixup()