Searched refs:R_AMD64_DTPMOD64 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf_amd64.h | 52 #define R_AMD64_DTPMOD64 16 macro 102 #define R_X86_64_DTPMOD64 R_AMD64_DTPMOD64
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_convrelstr.c | 47 [R_AMD64_DTPMOD64] = "R_AMD64_DTPMOD64",
|
H A D | doreloc.c | 81 [R_AMD64_DTPMOD64] = {0, FLG_RE_NOTREL, 8, 0, 0},
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | relocate_amd64.c | 55 [R_AMD64_DTPMOD64] = MSG_R_AMD64_DTPMOD64,
|
H A D | relocate_amd64.msg | 43 @ MSG_R_AMD64_DTPMOD64 "R_AMD64_DTPMOD64"
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 634 if (rtype == R_AMD64_DTPMOD64) { in elf_reloc() 809 if (rtype == R_AMD64_DTPMOD64) { in elf_reloc() 829 if (rtype == R_AMD64_DTPMOD64) { in elf_reloc()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 435 if (orsp->rel_rtype == R_AMD64_DTPMOD64) in ld_perform_outreloc() 1392 FLG_REL_MTLS, rtype, R_AMD64_DTPMOD64, 0) == S_ERROR) in ld_reloc_TLS() 1400 FLG_REL_DTLS, rtype, R_AMD64_DTPMOD64, in ld_reloc_TLS()
|