Home
last modified time | relevance | path

Searched refs:name_ (Results 1 – 25 of 58) sorted by relevance

123

/dragonfly/contrib/binutils-2.34/gold/
H A Dworkqueue.h48 : list_next_(NULL), name_(), should_run_soon_(false) in Task()
104 if (this->name_.empty()) in name()
105 this->name_ = this->get_name(); in name()
106 return this->name_; in name()
126 std::string name_; variable
154 : runner_(runner), blocker_(blocker), name_(name) in Task_function()
183 { return this->name_; } in get_name()
191 const char* name_; variable
H A Dfileread.cc185 this->name_.clear(); in ~File_read()
197 && this->name_.empty()); in open()
198 this->name_ = name; in open()
200 this->descriptor_ = open_descriptor(-1, this->name_.c_str(), in open()
209 this->name_.c_str(), strerror(errno)); in open()
212 this->name_.c_str()); in open()
228 && this->name_.empty()); in open()
229 this->name_ = name; in open()
246 this->name_.c_str(), in reopen_descriptor()
249 gold_fatal(_("could not reopen file %s"), this->name_.c_str()); in reopen_descriptor()
[all …]
H A Dscript-sections.cc52 : name_(name, namelen), in Memory_region()
65 { return this->name_; } in name()
105 this->name_.c_str()); in set_address()
109 this->name_.c_str()); in set_address()
185 std::string name_; member in gold::Memory_region
2073 { return this->name_; } in get_section_name()
2082 std::string name_; member in gold::Output_section_definition
2121 : name_(name, namelen), in Output_section_definition()
2766 if (this->name_ != posd->name_) in alternate_constraint()
3144 { return this->name_; } in name()
[all …]
H A Dfileread.h73 : name_(), descriptor_(-1), is_descriptor_opened_(false), object_count_(0), in File_read()
94 { return this->name_; } in filename()
416 std::string name_; variable
H A Dscript.h339 : name_(name, namelen), val_(val), is_defsym_(is_defsym), in Symbol_assignment()
373 { return this->name_; } in name()
392 std::string name_; variable
H A Dgdb-index.cc223 : parent_offset_(parent_offset), name_(name) in Declaration_pair()
227 const char* name_; member
707 name = it->second.name_; in add_declaration()
760 if (it->second.name_ != NULL) in get_context()
761 context.append(it->second.name_); in get_context()
787 name = it->second.name_; in get_qualified_name()
961 delete[] it->second.name_; in clear_declarations()
H A Doptions.h614 : name_(NULL), put_in_sysroot_(false), is_in_sysroot_(false) in Search_directory()
619 : name_(name), put_in_sysroot_(put_in_sysroot), is_in_sysroot_(false) in Search_directory()
621 if (this->name_.empty()) in Search_directory()
622 this->name_ = "."; in Search_directory()
637 { return this->name_; } in name()
651 std::string name_;
1959 : name_(), type_(INPUT_FILE_TYPE_FILE), extra_search_path_(""), in Input_file_argument()
1967 : name_(name), type_(type), extra_search_path_(extra_search_path), in Input_file_argument()
1979 : name_(name), type_(type), extra_search_path_(extra_search_path), in Input_file_argument()
1985 { return this->name_.c_str(); } in name()
[all …]
H A Ddynobj.h409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak), in Verdef()
416 { return this->name_; } in name()
465 const char* name_; variable
H A Dexpression.cc202 : name_(name, length) in Symbol_expression()
211 Symbol* sym = symtab->lookup(this->name_.c_str()); in set_expr_sym_in_real_elf()
218 { fprintf(f, "%s", this->name_.c_str()); } in print()
221 std::string name_; member in gold::Symbol_expression
227 Symbol* sym = eei->symtab->lookup(this->name_.c_str()); in value()
231 this->name_.c_str()); in value()
H A Doptions.cc1390 if (!IS_DIR_SEPARATOR(this->name_[0]) in add_sysroot()
1392 this->name_ = '/' + this->name_; in add_sysroot()
1393 this->name_ = sysroot + this->name_; in add_sysroot()
1401 char* canonical_name = lrealpath(this->name_.c_str()); in add_sysroot()
H A Doutput.cc2348 : name_(name), in Output_section()
3695 oshdr->put_sh_name(secnamepool->get_offset(this->name_)); in write_header()
4073 p->print_merge_stats(this->name_); in print_merge_stats()
4987 : name_(name), in Output_file()
5009 if (strcmp(this->name_, "-") == 0) in open_base_file()
5014 base_name = this->name_; in open_base_file()
5015 else if (strcmp(base_name, this->name_) == 0) in open_base_file()
5112 if (strcmp(this->name_, "-") == 0) in open()
5117 if (::stat(this->name_, &s) == 0 in open()
5121 ::unlink(this->name_); in open()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dworkqueue.h48 : list_next_(NULL), name_(), should_run_soon_(false) in Task()
104 if (this->name_.empty()) in name()
105 this->name_ = this->get_name(); in name()
106 return this->name_; in name()
126 std::string name_; variable
154 : runner_(runner), blocker_(blocker), name_(name) in Task_function()
183 { return this->name_; } in get_name()
191 const char* name_; variable
H A Darm-reloc-property.h73 { return this->name_; } in name()
170 : is_leaf_(true), name_(name), children_() in Tree_node()
177 : is_leaf_(false), name_(), children_() in Tree_node()
199 return this->name_; in name()
228 return this->name_; in s_expression()
242 std::string name_; variable
250 std::string name_; variable
H A Ddwp.cc230 const char* name_; member in gold::Dwo_file
645 const char* name_; member in gold::Dwp_output_file
957 ".debug_types.dwo section"), this->name_); in read()
1030 Input_file* input_file = new Input_file(this->name_); in make_object()
1035 gold_fatal(_("%s: can't open"), this->name_); in make_object()
1109 this->name_, ehdr.get_e_machine(), size, big_endian, in sized_make_object()
1378 this->name_, in add_strings()
1460 this->name_); in remap_str_offsets()
1570 this->fd_ = ::fopen(this->name_, "wb"); in record_target_info()
1664 this->name_, align, section_name); in add_contribution()
[all …]
H A Dfileread.cc185 this->name_.clear(); in ~File_read()
197 && this->name_.empty()); in open()
198 this->name_ = name; in open()
200 this->descriptor_ = open_descriptor(-1, this->name_.c_str(), in open()
209 this->name_.c_str(), strerror(errno)); in open()
212 this->name_.c_str()); in open()
228 && this->name_.empty()); in open()
229 this->name_ = name; in open()
246 this->name_.c_str(), in reopen_descriptor()
249 gold_fatal(_("could not reopen file %s"), this->name_.c_str()); in reopen_descriptor()
[all …]
H A Dscript-sections.cc52 : name_(name, namelen), in Memory_region()
65 { return this->name_; } in name()
105 this->name_.c_str()); in set_address()
109 this->name_.c_str()); in set_address()
185 std::string name_; member in gold::Memory_region
2039 { return this->name_; } in get_section_name()
2048 std::string name_; member in gold::Output_section_definition
2087 : name_(name, namelen), in Output_section_definition()
2706 if (this->name_ != posd->name_) in alternate_constraint()
3084 { return this->name_; } in name()
[all …]
H A Daarch64-reloc-property.h88 { return this->name_; } in name()
154 const std::string name_; variable
H A Dfileread.h73 : name_(), descriptor_(-1), is_descriptor_opened_(false), object_count_(0), in File_read()
94 { return this->name_; } in filename()
416 std::string name_; variable
H A Dscript.h335 : name_(name, namelen), val_(val), is_defsym_(is_defsym), in Symbol_assignment()
361 { return this->name_; } in name()
380 std::string name_; variable
H A Dgdb-index.cc223 : parent_offset_(parent_offset), name_(name) in Declaration_pair()
227 const char* name_; member
707 name = it->second.name_; in add_declaration()
760 if (it->second.name_ != NULL) in get_context()
761 context.append(it->second.name_); in get_context()
787 name = it->second.name_; in get_qualified_name()
961 delete[] it->second.name_; in clear_declarations()
H A Doptions.h568 : 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()
575 if (this->name_.empty()) in Search_directory()
576 this->name_ = "."; in Search_directory()
591 { return this->name_; } in name()
605 std::string name_;
1753 : name_(), type_(INPUT_FILE_TYPE_FILE), extra_search_path_(""), in Input_file_argument()
1761 : name_(name), type_(type), extra_search_path_(extra_search_path), in Input_file_argument()
1773 : name_(name), type_(type), extra_search_path_(extra_search_path), in Input_file_argument()
1779 { return this->name_.c_str(); } in name()
[all …]
H A Ddynobj.h409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak), in Verdef()
416 { return this->name_; } in name()
465 const char* name_; variable
H A Doptions.cc1320 if (!IS_DIR_SEPARATOR(this->name_[0]) in add_sysroot()
1322 this->name_ = '/' + this->name_; in add_sysroot()
1323 this->name_ = sysroot + this->name_; in add_sysroot()
1331 char* canonical_name = lrealpath(this->name_.c_str()); in add_sysroot()
/dragonfly/sys/sys/
H A Dsysproto.h142 caddr_t name; char name_[PAD_(caddr_t)]; member
300 char * name; char name_[PAD_(char *)]; member
340 caddr_t name; char name_[PAD_(caddr_t)]; member
349 caddr_t name; char name_[PAD_(caddr_t)]; member
355 int name; char name_[PAD_(int)]; member
374 int name; char name_[PAD_(int)]; member
516 int name; char name_[PAD_(int)]; member
520 int name; char name_[PAD_(int)]; member
556 int * name; char name_[PAD_(int *)]; member
1336 char * name; char name_[PAD_(char *)]; member
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtc.os.c1524 name_$wdir_type,
1525 name_$ndir_type,
1526 name_$node_dir_type,
1527 } name_$dir_type_t;
1533 name_$dir_type_t dirtype = name_$node_dir_type; in dorootnode()
1544 name_$resolve(name, &namelen, &uid, &st); in dorootnode()
1548 name_$set_diru(&uid, "", &namelen, &dirtype, &st); in dorootnode()

123