Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Ds390.h111 RELOC_NUMBER (R_390_TLS_TPOFF, 56) /* Negate offset in static TLS
/freebsd-9-stable/contrib/binutils/bfd/
Delf64-s390.c212 HOWTO(R_390_TLS_TPOFF, 0, 4, 64, FALSE, 0, complain_overflow_bitfield,
340 return &elf_howto_table[(int) R_390_TLS_TPOFF];
2736 dr_type = R_390_TLS_TPOFF;
2737 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2876 outrel.r_info = ELF64_R_INFO (indx, R_390_TLS_TPOFF);
Delf32-s390.c204 HOWTO(R_390_TLS_TPOFF, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
318 return &elf_howto_table[(int) R_390_TLS_TPOFF];
2751 dr_type = R_390_TLS_TPOFF;
2752 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2891 outrel.r_info = ELF32_R_INFO (indx, R_390_TLS_TPOFF);
/freebsd-9-stable/contrib/llvm/lib/Object/
DELF.cpp695 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_390_TLS_TPOFF); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h1082 R_390_TLS_TPOFF = 56, enumerator