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

/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h117 #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.c1314 if ((flags & FLG_OF_EXEC) || (IS_TLS_IE(rtype))) {
1336 if (IS_TLS_IE(rtype))
H A Dmachrel.intel.c1289 if ((flags & FLG_OF_EXEC) || (IS_TLS_IE(rtype))) {
1311 if (IS_TLS_IE(rtype)) {
H A Dmachrel.sparc.c1718 if ((flags & FLG_OF_EXEC) || (IS_TLS_IE(rtype))) {
1753 if (IS_TLS_IE(rtype))
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)) &&

Completed in 74 milliseconds