Searched refs:is_in_sysroot_ (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | fileread.h | 494 is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file() 557 { return this->is_in_sysroot_; } in is_in_sysroot() 604 bool is_in_sysroot_; variable
|
D | options.h | 568 : name_(NULL), put_in_sysroot_(false), is_in_sysroot_(false) in Search_directory() 573 : name_(name), put_in_sysroot_(put_in_sysroot), is_in_sysroot_(false) in Search_directory() 596 { return this->is_in_sysroot_; } in is_in_sysroot() 601 { return this->put_in_sysroot_ || this->is_in_sysroot_; } in is_system_directory() 614 bool is_in_sysroot_; variable
|
D | fileread.cc | 874 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file() 1089 &this->is_in_sysroot_, &this->found_name_, &name)) in open()
|
D | options.cc | 1335 this->is_in_sysroot_ = true; in add_sysroot() 1350 this->is_in_sysroot_ = true; in add_sysroot()
|
D | script.cc | 1253 is_in_sysroot_(is_in_sysroot), in Parser_closure() 1291 { return this->is_in_sysroot_; } in is_in_sysroot() 1425 bool is_in_sysroot_; member in gold::Parser_closure
|