HomeSort by relevance Sort by last modified time
    Searched refs:put_in_sysroot_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
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
582 // naturally include any entries for which put_in_sysroot_ is true).
601 { return this->put_in_sysroot_ || this->is_in_sysroot_; }
609 bool put_in_sysroot_; member in class:gold::Search_directory
611 // This is true if there is a sysroot and either 1) put_in_sysroot_
    [all...]
options.cc     [all...]

Completed in 57 milliseconds