Searched refs:FLG_REL_DTLS (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 102 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() 794 if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs() 1373 FLG_REL_DTLS, rtype, R_AMD64_DTPMOD64, in ld_reloc_TLS() 1381 return (ld_add_actrel(FLG_REL_DTLS, rsp, ofl)); in ld_reloc_TLS()
|
H A D | machrel.intel.c | 71 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() 766 if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs() 1361 FLG_REL_DTLS, rtype, R_386_TLS_DTPMOD32, in ld_reloc_TLS() 1392 return (ld_add_actrel(FLG_REL_DTLS, rsp, ofl)); in ld_reloc_TLS()
|
H A D | machrel.sparc.c | 81 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() 1234 if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs() 1289 else if (arsp->rel_flags & FLG_REL_DTLS) in ld_do_activerelocs() 1807 FLG_REL_DTLS, rtype, M_R_DTPMOD, M_R_DTPOFF) == S_ERROR) in ld_reloc_TLS() 1837 return (ld_add_actrel(FLG_REL_DTLS, rsp, ofl)); in ld_reloc_TLS()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | libld.h | 757 #define FLG_REL_DTLS 0x00010000 /* GD TLS reference relative to */ macro
|