Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
Dquad.d8 0+ R_X86_64_64 +foo
9 0+10 R_X86_64_64 +bar
10 0+20 R_X86_64_64 +foo
11 0+30 R_X86_64_64 +bar
Dreloc64.d63 .*[ ]+R_X86_64_64[ ]+xtrn\+0x1
94 .*[ ]+R_X86_64_64[ ]+xtrn
95 .*[ ]+R_X86_64_64[ ]+xtrn\+0x7fffffff
96 .*[ ]+R_X86_64_64[ ]+xtrn\-0x80000000
Dx86-64-pcrel.d17 [ ]*[a-f0-9]+: 48 b8 00 00 00 00 00 00 00 00 movabs \$0x0,%rax 26: R_X86_64_64 xtrn
18 [ ]*[a-f0-9]+: 48 a1 00 00 00 00 00 00 00 00 movabs 0x0,%rax 30: R_X86_64_64 xtrn
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
Dx86-64-64-export-class.rd9 000012340000 [0-9a-f]+00000001 R_X86_64_64 00000000123400a0 protected_baz \+ 0
10 000012340040 [0-9a-f]+00000001 R_X86_64_64 00000000123400a0 protected_foo \+ 0
11 000012340050 [0-9a-f]+00000001 R_X86_64_64 00000000123400a0 protected_bar \+ 0
Dilp32-11.d3 #error: .*addend 0x7fffffff in relocation R_X86_64_64 against symbol `func' at 0x0 in section `.dat…
Dpr13082-3c.d9 [0-9a-f]+ +[0-9a-f]+ +R_X86_64_64 +[0-9a-f]+ +func \+ 0
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dreloc64.d8 .*[ ]+R_X86_64_64[ ]+xtrn
56 .*[ ]+R_X86_64_64[ ]+xtrn
Dx86-64-w64-pcrel.d19 [ ]*[0-9a-f]+:[ ]+48 b8( 00){8}[ ]+mov(abs)?q?[ ]+\$(0x)?0,%rax[ ]*[0-9a-f]+:[ ]+R_X86_64_64[…
Dx86-64-pcrel.d18 [ ]*[0-9a-f]+:[ ]+48 b8( 00){8}[ ]+mov(abs)?q?[ ]+\$(0x)?0,%rax[ ]*[0-9a-f]+:[ ]+R_X86_64_64[…
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
Difunc-13-x86-64.d10 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_64[ ]+ifunc\(\)[ ]+ifunc \+ 0
Difunc-20-x86-64.d9 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_64[ ]+ifunc\(\)[ ]+ifunc \+ 0
/toolchain/binutils/binutils-2.27/elfcpp/
Dx86_64.h48 R_X86_64_64 = 1, // Direct 64 bit enumerator
/toolchain/binutils/binutils-2.27/include/elf/
Dx86-64.h28 RELOC_NUMBER (R_X86_64_64, 1) /* Direct 64 bit */
/toolchain/binutils/binutils-2.27/gold/
Dx86_64.cc2328 case elfcpp::R_X86_64_64: in get_reference_flags()
2422 case elfcpp::R_X86_64_64: in check_non_pic()
2540 case elfcpp::R_X86_64_64: in local()
2905 case elfcpp::R_X86_64_64: in possible_function_pointer_reloc()
3041 case elfcpp::R_X86_64_64: in global()
3067 else if (((size == 64 && r_type == elfcpp::R_X86_64_64) in global()
3088 else if (((size == 64 && r_type == elfcpp::R_X86_64_64) in global()
3763 case elfcpp::R_X86_64_64: in relocate()
DChangeLog-08154990 R_X86_64_64.
/toolchain/binutils/binutils-2.27/bfd/
Delf64-x86-64.c61 HOWTO(R_X86_64_64, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
226 { BFD_RELOC_64, R_X86_64_64, },
1073 ret->pointer_r_type = R_X86_64_64; in elf_x86_64_link_hash_table_create()
2280 case R_X86_64_64: in elf_x86_64_check_relocs()
2540 case R_X86_64_64: in elf_x86_64_check_relocs()
2582 && (r_type == R_X86_64_64 in elf_x86_64_check_relocs()
4216 if (r_type == R_X86_64_64) in elf_x86_64_relocate_section()
4379 case R_X86_64_64: in elf_x86_64_relocate_section()
4791 case R_X86_64_64: in elf_x86_64_relocate_section()
4881 else if (r_type == R_X86_64_64 in elf_x86_64_relocate_section()
DChangeLog-2011974 (elf_x86_64_relocate_section): Treat R_X86_64_64 like R_X86_64_32
1185 (elf_x86_64_check_relocs): Allow R_X86_64_64 relocations for x32.
2074 * elf64-x86-64.c (elf_x86_64_check_relocs): Allow R_X86_64_64
3244 (elf_x86_64_check_relocs): Handle R_X86_64_32 like R_X86_64_64
3247 (elf_x86_64_relocate_section): Handle R_X86_64_32 like R_X86_64_64
DChangeLog-20092585 dynamic relocation for R_X86_64_64 against STT_GNU_IFUNC
2593 for R_X86_64_64 against STT_GNU_IFUNC symbol to get the real
DChangeLog-00014141 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
DChangeLog-02037770 R_X86_64_64 to R_X86_64_RELATIVE.
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2011402 * gas/i386/ilp32/quad.d: Expect R_X86_64_64 instead of