Home
last modified time | relevance | path

Searched refs:IS_TLS_INS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c168 if ((rtype > R_AMD64_NUM) || IS_TLS_INS(rtype)) { in do_relocate()
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c165 if ((rtype > R_SPARC_NUM) || IS_TLS_INS(rtype)) { in do_relocate()
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h116 #define IS_TLS_INS(X) RELTAB_IS_TLS_INS(X, reloc_table) macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c66 #define IS_TLS_INS(X) RELTAB_IS_TLS_INS(X, ld_targ.t_mr.mr_reloc_table) macro
1621 (IS_TLS_INS(rtype) == 0)) { in ld_process_sym_reloc()
1651 if (IS_TLS_INS(rtype)) in ld_process_sym_reloc()
H A Dmachrel.amd.c1014 } else if (IS_TLS_INS(arsp->rel_rtype) && in ld_do_activerelocs()
H A Dmachrel.intel.c1000 } else if (IS_TLS_INS(arsp->rel_rtype) && in ld_do_activerelocs()
H A Dmachrel.sparc.c1301 } else if (IS_TLS_INS(arsp->rel_rtype) && in ld_do_activerelocs()