Home
last modified time | relevance | path

Searched refs:thread_safe (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc2756 bool thread_safe in do_relax() local
2760 && !thread_safe in do_relax()
2791 thread_safe = true; in do_relax()
2799 thread_safe = (sym != NULL in do_relax()
2802 if (thread_safe) in do_relax()
2807 this->plt_thread_safe_ = thread_safe; in do_relax()
3809 bool thread_safe = this->targ_->plt_thread_safe(); in plt_call_size() local
3812 + 8 * thread_safe in plt_call_size()
4289 bool thread_safe in do_write() local
4293 if (thread_safe) in do_write()
[all …]
/toolchain/binutils/binutils-2.25/
Dltmain.sh4299 thread_safe=no
4897 thread_safe=yes
7301 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then