Home | History | Annotate | Download | only in bfd

Lines Matching defs:plt_thread_safe

11189 	  if (htab->params->plt_thread_safe
11254 bool plt_thread_safe = (htab->params->plt_thread_safe
11258 bool use_fake_dep = plt_thread_safe;
11263 && plt_thread_safe
11406 if (plt_load_toc && plt_thread_safe && !use_fake_dep)
13725 if (htab->params->plt_thread_safe == -1 && !bfd_link_executable (info))
13726 htab->params->plt_thread_safe = 1;
13728 htab->params->plt_thread_safe = 0;
13729 else if (htab->params->plt_thread_safe == -1)
13764 htab->params->plt_thread_safe = h != NULL && h->ref_regular;
13765 if (htab->params->plt_thread_safe)