Home
last modified time | relevance | path

Searched refs:R_390_PLT64 (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Ds390.h67 R_390_PLT64 = 25, // 64 bit PC relative PLT address. enumerator
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Ds390.h67 R_390_PLT64 = 25, // 64 bit PC relative PLT address. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DSystemZ.def31 ELF_RELOC(R_390_PLT64, 25)
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Ds390.h75 RELOC_NUMBER (R_390_PLT64, 25) /* 64 bit PC relative PLT address. */
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Ds390.h75 RELOC_NUMBER (R_390_PLT64, 25) /* 64 bit PC relative PLT address. */
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ds390.cc2122 case elfcpp::R_390_PLT64: in get_reference_flags()
2394 case elfcpp::R_390_PLT64: in local()
2779 case elfcpp::R_390_PLT64: in global()
3239 case elfcpp::R_390_PLT64: in relocate()
3416 case elfcpp::R_390_PLT64: in relocate()
4301 case elfcpp::R_390_PLT64: in do_is_call_to_non_split()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ds390.cc2122 case elfcpp::R_390_PLT64: in get_reference_flags()
2394 case elfcpp::R_390_PLT64: in local()
2779 case elfcpp::R_390_PLT64: in global()
3239 case elfcpp::R_390_PLT64: in relocate()
3416 case elfcpp::R_390_PLT64: in relocate()
4301 case elfcpp::R_390_PLT64: in do_is_call_to_non_split()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-s390.c107 HOWTO(R_390_PLT64, 0, 8, 64, true, 0, complain_overflow_bitfield,
258 return &elf_howto_table[(int) R_390_PLT64]; in elf_s390_reloc_type_lookup()
976 case R_390_PLT64: in elf_s390_check_relocs()
2389 case R_390_PLT64: in elf_s390_relocate_section()
H A Delf32-s390.c100 EMPTY_HOWTO (R_390_PLT64), /* Empty entry for R_390_PLT64. */
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf64-s390.c107 HOWTO(R_390_PLT64, 0, 8, 64, true, 0, complain_overflow_bitfield,
258 return &elf_howto_table[(int) R_390_PLT64]; in elf_s390_reloc_type_lookup()
976 case R_390_PLT64: in elf_s390_check_relocs()
2389 case R_390_PLT64: in elf_s390_relocate_section()
H A Delf32-s390.c100 EMPTY_HOWTO (R_390_PLT64), /* Empty entry for R_390_PLT64. */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d2135 enum R_390_PLT64 = 25; variable