Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dnacl.h99 : base_selector(), is_nacl_(false), nacl_abi_name_(nacl_abi_name), in Target_selector_nacl()
107 if (this->is_nacl_) in do_instantiate_target()
116 this->is_nacl_ = file != NULL && this->recognize_nacl_file(file, offset); in do_recognize()
117 if (this->is_nacl_) in do_recognize()
127 this->is_nacl_ = strcmp(name, this->bfd_name_) == 0; in do_recognize_by_bfd_name()
128 if (this->is_nacl_) in do_recognize_by_bfd_name()
154 : (this->is_nacl_ in do_target_bfd_name()
232 bool is_nacl_; variable