Searched refs:R_390_PC32DBL (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/ |
D | zarch-reloc.d | 10 [ ]*2: R_390_PC32DBL test_R_390_PC32DBL\+0x2 12 [ ]*8: R_390_PC32DBL test_R_390_PLT32DBL\+0x2
|
D | zarch-operands.d | 12 [ ]*8: R_390_PC32DBL test_ril\+0x2
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 61 R_390_PC32DBL = 19, // PC relative 32 bit shifted by 1. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 66 RELOC_NUMBER (R_390_PC32DBL, 19) /* PC relative 32 bit shifted by 1. */
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-s390.c | 93 HOWTO(R_390_PC32DBL, 1, 2, 32, TRUE, 0, complain_overflow_bitfield, 244 return &elf_howto_table[(int) R_390_PC32DBL]; in elf_s390_reloc_type_lookup() 1208 case R_390_PC32DBL: in elf_s390_check_relocs() 1256 && ELF64_R_TYPE (rel->r_info) != R_390_PC32DBL in elf_s390_check_relocs() 1335 || ELF64_R_TYPE (rel->r_info) == R_390_PC32DBL in elf_s390_check_relocs() 1515 case R_390_PC32DBL: in elf_s390_gc_sweep_hook() 2578 r_type = R_390_PC32DBL; in elf_s390_relocate_section() 2746 case R_390_PC32DBL: in elf_s390_relocate_section() 2840 && r_type != R_390_PC32DBL in elf_s390_relocate_section() 2884 || r_type == R_390_PC32DBL in elf_s390_relocate_section()
|
D | elf32-s390.c | 90 HOWTO(R_390_PC32DBL, 1, 2, 32, TRUE, 0, complain_overflow_bitfield, 234 return &elf_howto_table[(int) R_390_PC32DBL]; in elf_s390_reloc_type_lookup() 1273 case R_390_PC32DBL: in elf_s390_check_relocs() 1320 && ELF32_R_TYPE (rel->r_info) != R_390_PC32DBL in elf_s390_check_relocs() 1399 || ELF32_R_TYPE (rel->r_info) == R_390_PC32DBL in elf_s390_check_relocs() 1576 case R_390_PC32DBL: in elf_s390_gc_sweep_hook() 2618 r_type = R_390_PC32DBL; in elf_s390_relocate_section() 2783 case R_390_PC32DBL: in elf_s390_relocate_section() 2880 && r_type != R_390_PC32DBL in elf_s390_relocate_section() 2923 || r_type == R_390_PC32DBL in elf_s390_relocate_section()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2103 case elfcpp::R_390_PC32DBL: in get_reference_flags() 2211 case elfcpp::R_390_PC32DBL: in check_non_pic() 2238 case elfcpp::R_390_PC32DBL: in check_non_pic() 2378 case elfcpp::R_390_PC32DBL: in local() 2734 case elfcpp::R_390_PC32DBL: in global() 3087 case elfcpp::R_390_PC32DBL: // could be used by larl insn in possible_function_pointer_reloc() 3254 case elfcpp::R_390_PC32DBL: in relocate() 3421 case elfcpp::R_390_PC32DBL: in relocate() 4301 case elfcpp::R_390_PC32DBL: in do_is_call_to_non_split() 4796 if (r_type != elfcpp::R_390_PC32DBL) in do_calls_non_split()
|