Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_386.h46 #ifndef R_386_TLS_GOTIE
47 #define R_386_TLS_GOTIE 16 macro
H A Ddwarf_reloc_386.h49 #define R_386_TLS_GOTIE 16 macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h53 #define R_386_TLS_GOTIE 16 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_i386.c55 [R_386_TLS_GOTIE] = MSG_R_386_TLS_GOTIE,
H A Drelocate_i386.msg43 @ MSG_R_386_TLS_GOTIE "R_386_TLS_GOTIE"
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c88 [R_386_TLS_GOTIE] = {0, FLG_RE_GOTADD | FLG_RE_TLSIE, 4, 0, 0},
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c493 R_386_TLS_GOTIE, arsp, ld_reloc_sym_name)); in tls_fixups()
494 arsp->rel_rtype = R_386_TLS_GOTIE; in tls_fixups()
621 case R_386_TLS_GOTIE: in tls_fixups()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h865 #define R_386_TLS_GOTIE 16 /* GOT entry for negative static TLS block */ macro