Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/elf/
HDs390.h109 RELOC_NUMBER (R_390_TLS_DTPMOD, 54) /* ID of module containing symbol. */
/trueos/contrib/binutils/bfd/
HDelf64-s390.c208 HOWTO(R_390_TLS_DTPMOD, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
336 return &elf_howto_table[(int) R_390_TLS_DTPMOD];
2734 dr_type = R_390_TLS_DTPMOD;
2847 outrel.r_info = ELF64_R_INFO (0, R_390_TLS_DTPMOD);
HDelf32-s390.c200 HOWTO(R_390_TLS_DTPMOD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
314 return &elf_howto_table[(int) R_390_TLS_DTPMOD];
2749 dr_type = R_390_TLS_DTPMOD;
2862 outrel.r_info = ELF32_R_INFO (0, R_390_TLS_DTPMOD);
/trueos/contrib/llvm/lib/Object/
HDELF.cpp693 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_390_TLS_DTPMOD); in getELFRelocationTypeName()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1080 R_390_TLS_DTPMOD = 54, enumerator