Home
last modified time | relevance | path

Searched refs:R_386_TLS_IE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_386.h43 #ifndef R_386_TLS_IE
44 #define R_386_TLS_IE 15 macro
H A Ddwarf_reloc_386.h48 #define R_386_TLS_IE 15 macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h52 #define R_386_TLS_IE 15 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_i386.c54 [R_386_TLS_IE] = MSG_R_386_TLS_IE,
H A Drelocate_i386.msg42 @ MSG_R_386_TLS_IE "R_386_TLS_IE"
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c87 [R_386_TLS_IE] = {0, FLG_RE_GOTADD | FLG_RE_TLSIE, 4, 0, 0},
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c682 case R_386_TLS_IE: in tls_fixups()
1008 if (arsp->rel_rtype == R_386_TLS_IE) { in ld_do_activerelocs()
1363 (rtype == R_386_TLS_IE)) { in ld_reloc_TLS()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h864 #define R_386_TLS_IE 15 /* Absolute address of GOT for -ve static TLS */ macro