Searched refs:R_390_TLS_TPOFF (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | s390.h | 111 RELOC_NUMBER (R_390_TLS_TPOFF, 56) /* Negate offset in static TLS
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf64-s390.c | 212 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);
|
| D | elf32-s390.c | 204 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/ |
| D | ELF.cpp | 695 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_390_TLS_TPOFF); in getELFRelocationTypeName()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1082 R_390_TLS_TPOFF = 56, enumerator
|