Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_386.h49 #ifndef R_386_TLS_LE
50 #define R_386_TLS_LE 17 macro
H A Ddwarf_reloc_386.h50 #define R_386_TLS_LE 17 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c540 R_386_TLS_LE, arsp, ld_reloc_sym_name)); in tls_fixups()
542 arsp->rel_rtype = R_386_TLS_LE; in tls_fixups()
617 R_386_TLS_LE, arsp, ld_reloc_sym_name)); in tls_fixups()
618 arsp->rel_rtype = R_386_TLS_LE; in tls_fixups()
647 R_386_TLS_LE, arsp, ld_reloc_sym_name)); in tls_fixups()
648 arsp->rel_rtype = R_386_TLS_LE; in tls_fixups()
710 arsp->rel_rtype = R_386_TLS_LE; in tls_fixups()
1039 (arsp->rel_rtype == R_386_TLS_LE)) in ld_do_activerelocs()
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h54 #define R_386_TLS_LE 17 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_i386.c56 [R_386_TLS_LE] = MSG_R_386_TLS_LE,
H A Drelocate_i386.msg44 @ MSG_R_386_TLS_LE "R_386_TLS_LE"
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c89 [R_386_TLS_LE] = {0, FLG_RE_TLSLE, 4, 0, 0},
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h866 #define R_386_TLS_LE 17 /* Negative offset relative to static TLS */ macro