Searched refs:R_X86_64_PLT32_BND (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | x86-64-mpx-branch-1.d | 26 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 3d <foo2\+0x19> 39: R_X86_64_PLT32_BND foo-0x4 27 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 44 <foo2\+0x20> 40: R_X86_64_PLT32_BND foo-0x4 28 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 4a <foo2\+0x26> 46: R_X86_64_PLT32_BND foo-0x4
|
D | x86-64-mpx-branch-2.d | 26 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 3d <foo2\+0x19> 39: R_X86_64_PLT32_BND foo-0x4 27 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 44 <foo2\+0x20> 40: R_X86_64_PLT32_BND foo-0x4 28 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 4a <foo2\+0x26> 46: R_X86_64_PLT32_BND foo-0x4
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
D | mpx2a.rd | 2 [0-9a-f ]+R_X86_64_PLT32_BND +0+ +.*
|
D | mpx1a.rd | 2 [0-9a-f ]+R_X86_64_PLT32_BND +0+ +.*
|
D | mpx2c.rd | 2 [0-9a-f ]+R_X86_64_PLT32_BND +0+ +.*
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | x86_64.h | 96 R_X86_64_PLT32_BND = 40, // 32 bit PLT address with BND prefix enumerator
|
D | ChangeLog | 85 (R_X86_64_PLT32_BND): Likewise.
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | x86-64.h | 77 RELOC_NUMBER (R_X86_64_PLT32_BND, 40) /* 32 bit PLT address with
|
D | ChangeLog | 110 * x86-64.h: Add R_X86_64_PC32_BND and R_X86_64_PLT32_BND.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-x86-64.c | 176 HOWTO(R_X86_64_PLT32_BND, 0, 2, 32, TRUE, 0, complain_overflow_signed, 184 #define R_X86_64_standard (R_X86_64_PLT32_BND + 1) 257 { BFD_RELOC_X86_64_PLT32_BND, R_X86_64_PLT32_BND,}, 1631 case R_X86_64_PLT32_BND: in elf_x86_64_check_relocs() 1837 case R_X86_64_PLT32_BND: in elf_x86_64_check_relocs() 2209 case R_X86_64_PLT32_BND: in elf_x86_64_gc_sweep_hook() 3638 case R_X86_64_PLT32_BND: in elf_x86_64_relocate_section() 3889 case R_X86_64_PLT32_BND: in elf_x86_64_relocate_section()
|
D | ChangeLog-2013 | 280 and R_X86_64_PLT32_BND. 282 R_X86_64_PLT32_BND. 283 (IS_X86_64_PCREL_TYPE): Add R_X86_64_PLT32_BND. 287 R_X86_64_PLT32_BND.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | x86_64.cc | 2173 case elfcpp::R_X86_64_PLT32_BND: in get_reference_flags() 2446 case elfcpp::R_X86_64_PLT32_BND: in local() 2941 case elfcpp::R_X86_64_PLT32_BND: in global() 3295 && r_type != elfcpp::R_X86_64_PLT32_BND in relocate() 3426 case elfcpp::R_X86_64_PLT32_BND: in relocate() 4256 case elfcpp::R_X86_64_PLT32_BND: in get_size_for_reloc()
|
D | ChangeLog | 1257 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
|