/toolchain/binutils/binutils-2.25/gold/ |
fileread.h | 494 is_in_sysroot_(false), format_(FORMAT_NONE) 557 { return this->is_in_sysroot_; } 604 bool is_in_sysroot_; member in class:gold::Input_file
|
options.h | 568 : name_(NULL), put_in_sysroot_(false), is_in_sysroot_(false) 573 : name_(name), put_in_sysroot_(put_in_sysroot), is_in_sysroot_(false) 580 // any entries for which put_in_sysroot_ is true. is_in_sysroot_ is 596 { return this->is_in_sysroot_; } 601 { return this->put_in_sysroot_ || this->is_in_sysroot_; } 614 bool is_in_sysroot_; member in class:gold::Search_directory [all...] |
fileread.cc | 874 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) 1089 &this->is_in_sysroot_, &this->found_name_, &name))
|
options.cc | [all...] |
script.cc | 1253 is_in_sysroot_(is_in_sysroot), 1425 bool is_in_sysroot_; member in class:gold::Parser_closure [all...] |