Home
last modified time | relevance | path

Searched refs:FLG_RE_TLSLD (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sparc/krtld/
H A Ddoreloc.c164 /* R_SPARC_TLS_LDM_HI22 */ {0x0, FLG_RE_GOTADD | FLG_RE_TLSLD, 4, 10, 22},
165 /* R_SPARC_TLS_LDM_LO10 */ {0x3ff, FLG_RE_GOTADD | FLG_RE_TLSLD |
167 /* R_SPARC_TLS_LDM_ADD */ {0x0, FLG_RE_TLSLD, 0, 0, 0},
168 /* R_SPARC_TLS_LDM_CALL */ {0x0, FLG_RE_TLSLD, 0, 0, 0},
169 /* R_SPARC_TLS_LDO_HIX22 */ {0x0, FLG_RE_VERIFY | FLG_RE_TLSLD, 4, 10, 22},
170 /* R_SPARC_TLS_LDO_LOX10 */ {0x3ff, FLG_RE_SIGN | FLG_RE_TLSLD, 4, 0, 13},
171 /* R_SPARC_TLS_LDO_ADD */ {0x0, FLG_RE_TLSLD, 0, 0, 0},
/titanic_50/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c79 /* R_386_TLS_LDM_PLT */ {0, FLG_RE_PLTREL | FLG_RE_PCREL | FLG_RE_TLSLD, 4,
86 /* R_386_TLS_LDM */ {0, FLG_RE_GOTADD | FLG_RE_TLSLD, 4, 0, 0},
99 /* R_386_TLS_LDO_32 */ {0, FLG_RE_TLSLD, 4, 0, 0},
/titanic_50/usr/src/uts/common/krtld/
H A Dreloc_defs.h82 #define FLG_RE_TLSLD 0x00400000 /* TLS LD relocation */ macro
138 (FLG_RE_TLSGD | FLG_RE_TLSLD | FLG_RE_TLSIE | FLG_RE_TLSLE)) != 0)
144 ((_reltab[(X)].re_flags & FLG_RE_TLSLD) != 0)
/titanic_50/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c86 /* R_AMD64_TLSLD */ {0, FLG_RE_GOTPC | FLG_RE_GOTADD | FLG_RE_TLSLD,
88 /* R_AMD64_DTPOFF32 */ {0, FLG_RE_TLSLD, 4},