Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c102 if (rdesc->rel_flags & FLG_REL_DTLS) in ld_calc_got_offset()
116 if ((rdesc->rel_flags & FLG_REL_DTLS) && in ld_calc_got_offset()
808 if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs()
1400 FLG_REL_DTLS, rtype, R_AMD64_DTPMOD64, in ld_reloc_TLS()
1408 return (ld_add_actrel(FLG_REL_DTLS, rsp, ofl)); in ld_reloc_TLS()
H A Dmachrel.intel.c71 if (rdesc->rel_flags & FLG_REL_DTLS) in ld_calc_got_offset()
85 if ((rdesc->rel_flags & FLG_REL_DTLS) && in ld_calc_got_offset()
795 if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs()
1403 FLG_REL_DTLS, rtype, R_386_TLS_DTPMOD32, in ld_reloc_TLS()
1434 return (ld_add_actrel(FLG_REL_DTLS, rsp, ofl)); in ld_reloc_TLS()
H A Dmachrel.sparc.c81 if (rdesc->rel_flags & FLG_REL_DTLS) in ld_calc_got_offset()
95 if ((rdesc->rel_flags & FLG_REL_DTLS) && in ld_calc_got_offset()
1254 if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs()
1309 else if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs()
1841 FLG_REL_DTLS, rtype, M_R_DTPMOD, M_R_DTPOFF) == S_ERROR) in ld_reloc_TLS()
1871 return (ld_add_actrel(FLG_REL_DTLS, rsp, ofl)); in ld_reloc_TLS()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h766 #define FLG_REL_DTLS 0x00010000 /* GD TLS reference relative to */ macro