Home
last modified time | relevance | path

Searched refs:IS_TLS_IE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h119 #define IS_TLS_IE(X) RELTAB_IS_TLS_IE(X, reloc_table) macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1341 if ((flags & FLG_OF_EXEC) || (IS_TLS_IE(rtype))) { in ld_reloc_TLS()
1363 if (IS_TLS_IE(rtype)) in ld_reloc_TLS()
H A Dmachrel.intel.c1331 if ((flags & FLG_OF_EXEC) || (IS_TLS_IE(rtype))) { in ld_reloc_TLS()
1353 if (IS_TLS_IE(rtype)) { in ld_reloc_TLS()
H A Dmachrel.sparc.c1752 if ((flags & FLG_OF_EXEC) || (IS_TLS_IE(rtype))) { in ld_reloc_TLS()
1787 if (IS_TLS_IE(rtype)) in ld_reloc_TLS()
H A Drelocate.c69 #define IS_TLS_IE(X) RELTAB_IS_TLS_IE(X, ld_targ.t_mr.mr_reloc_table) macro
1462 } else if ((IS_TLS_IE(rtype)) && in reloc_TLS()