Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-x86_64.c669 case BFD_RELOC_X86_64_32S: in coff_amd64_reloc_type_lookup()
Dbfd-in2.h3162 BFD_RELOC_X86_64_32S, enumerator
Delf64-x86-64.c229 { BFD_RELOC_X86_64_32S, R_X86_64_32S, },
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c2924 case 4: return BFD_RELOC_X86_64_32S; in reloc()
7216 || reloc_type == BFD_RELOC_X86_64_32S in output_disp()
7348 || reloc_type == BFD_RELOC_X86_64_32S in output_imm()
9147 case BFD_RELOC_X86_64_32S: in md_apply_fix()
10398 case BFD_RELOC_X86_64_32S: in tc_gen_reloc()
10450 || code == BFD_RELOC_X86_64_32S) in tc_gen_reloc()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2005862 (tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
1862 (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
1865 (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
2853 BFD_RELOC_X86_64_32S into BFD_RELOC_32.
2926 * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
2927 (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.