Home
last modified time | relevance | path

Searched refs:is_locked (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/testsuite/
Dobject_unittest.cc51 CHECK(object->is_locked()); in Sized_object_test()
53 CHECK(!object->is_locked()); in Sized_object_test()
/toolchain/binutils/binutils-2.27/gold/
Dfileread.cc132 gold_assert(!this->is_locked()); in ~View()
169 File_read::View::is_locked() in is_locked() function in gold::File_read::View
260 gold_assert(this->is_locked()); in release()
314 File_read::is_locked() const in is_locked() function in gold::File_read
800 if (p->second->is_locked() || p->second->is_permanent_view()) in clear_views()
837 if (!(*q)->is_locked()) in clear_views()
865 gold_assert(this->file_.is_locked()); in ~File_view()
Dfileread.h118 is_locked() const;
294 is_locked();
Darchive.h218 is_locked() const in is_locked() function
219 { return this->input_file_->file().is_locked(); } in is_locked()
Dreloc.cc51 return this->object_->is_locked() ? this->object_->token() : NULL; in is_runnable()
121 if (this->object_->is_locked()) in is_runnable()
166 if (this->object_->is_locked()) in is_runnable()
213 if (this->object_->is_locked()) in is_runnable()
Dreadsyms.cc577 if (this->object_->is_locked()) in is_runnable()
Dplugin.cc1723 gold_assert(obj->is_locked()); in get_input_section_name()
1752 gold_assert(obj->is_locked()); in get_input_section_contents()
Dobject.h510 is_locked() const in is_locked() function
511 { return this->input_file_ != NULL && this->input_file_->file().is_locked(); } in is_locked()
DChangeLog-08158033 (Object::is_locked): Likewise.