Home
last modified time | relevance | path

Searched refs:R_386_TLS_TPOFF (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_386.h40 #ifndef R_386_TLS_TPOFF
41 #define R_386_TLS_TPOFF 14 macro
H A Ddwarf_reloc_386.h47 #define R_386_TLS_TPOFF 14 macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h51 #define R_386_TLS_TPOFF 14 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_i386.c53 [R_386_TLS_TPOFF] = MSG_R_386_TLS_TPOFF,
H A Drelocate_i386.msg41 @ MSG_R_386_TLS_TPOFF "R_386_TLS_TPOFF"
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c86 [R_386_TLS_TPOFF] = {0, FLG_RE_NOTREL, 4, 0, 0},
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c617 } else if (rtype == R_386_TLS_TPOFF) { in elf_reloc()
791 } else if (rtype == R_386_TLS_TPOFF) { in elf_reloc()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h863 #define R_386_TLS_TPOFF 14 /* Negative offset in static TLS block */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c1346 rtype, R_386_TLS_TPOFF, 0) == S_ERROR) in ld_reloc_TLS()