Lines Matching refs:STT_TLS
798 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS)
844 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym))
848 if ((sym->st_info & 0xf) != STT_TLS)
886 if (need_def || (sym->st_info&0xf) == STT_TLS
890 if ((sym->st_info&0xf) != STT_TLS)
924 if (need_def || (sym->st_info&0xf) == STT_TLS
928 if ((sym->st_info&0xf) != STT_TLS)
962 if (need_def || (sym->st_info&0xf) == STT_TLS
966 if ((sym->st_info&0xf) != STT_TLS)
4160 if ((def.sym->st_info&0xf) == STT_TLS)
4499 (1<<(sym->st_info&0xf) != STT_TLS) &&