| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | workqueue.h | 48 : 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 D | arm-reloc-property.h | 73 { 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 D | dwp.cc | 111 : name_(name), obj_(NULL), input_file_(NULL), is_compressed_(), in Dwo_file() 230 const char* name_; member in gold::Dwo_file 451 : name_(name), machine_(0), size_(0), big_endian_(false), osabi_(0), in Dwp_output_file() 645 const char* name_; member in gold::Dwp_output_file 957 ".debug_types.dwo section"), this->name_); in read() 1018 gold_fatal(_("%s: no .debug_cu_index section found"), this->name_); in verify() 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() 1045 gold_fatal(_("%s: not an ELF object file"), this->name_); in make_object() 1055 gold_fatal(_("%s: %s"), this->name_, error.c_str()); in make_object() [all …]
|
| H A D | fileread.cc | 186 this->name_.clear(); in ~File_read() 198 && this->name_.empty()); in open() 199 this->name_ = name; in open() 201 this->descriptor_ = open_descriptor(-1, this->name_.c_str(), in open() 210 this->name_.c_str(), strerror(errno)); in open() 213 this->name_.c_str()); in open() 217 record_file_read(this->name_); in open() 232 && this->name_.empty()); in open() 233 this->name_ = name; in open() 250 this->name_.c_str(), in reopen_descriptor() [all …]
|
| H A D | script-sections.cc | 52 : name_(name, namelen), in Memory_region() 65 { return this->name_; } in name() 85 return (this->name_.length() == namelen in name_match() 86 && strncmp(this->name_.c_str(), name, namelen) == 0); in name_match() 105 this->name_.c_str()); in set_address() 109 this->name_.c_str()); in set_address() 122 section_name.c_str(), this->name_.c_str()); in increment_offset() 185 std::string name_; member in gold::Memory_region 256 fprintf(f, " %s", this->name_.c_str()); in print() 2012 { osp->output_section_init(this->name_, this->output_section_, p); } in orphan_section_init() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | workqueue.h | 48 : 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 D | arm-reloc-property.h | 73 { 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 D | dwp.cc | 111 : name_(name), obj_(NULL), input_file_(NULL), is_compressed_(), in Dwo_file() 230 const char* name_; member in gold::Dwo_file 451 : name_(name), machine_(0), size_(0), big_endian_(false), osabi_(0), in Dwp_output_file() 645 const char* name_; member in gold::Dwp_output_file 957 ".debug_types.dwo section"), this->name_); in read() 1018 gold_fatal(_("%s: no .debug_cu_index section found"), this->name_); in verify() 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() 1045 gold_fatal(_("%s: not an ELF object file"), this->name_); in make_object() 1055 gold_fatal(_("%s: %s"), this->name_, error.c_str()); in make_object() [all …]
|
| H A D | fileread.cc | 186 this->name_.clear(); in ~File_read() 198 && this->name_.empty()); in open() 199 this->name_ = name; in open() 201 this->descriptor_ = open_descriptor(-1, this->name_.c_str(), in open() 210 this->name_.c_str(), strerror(errno)); in open() 213 this->name_.c_str()); in open() 217 record_file_read(this->name_); in open() 232 && this->name_.empty()); in open() 233 this->name_ = name; in open() 250 this->name_.c_str(), in reopen_descriptor() [all …]
|
| H A D | script-sections.cc | 52 : name_(name, namelen), in Memory_region() 65 { return this->name_; } in name() 85 return (this->name_.length() == namelen in name_match() 86 && strncmp(this->name_.c_str(), name, namelen) == 0); in name_match() 105 this->name_.c_str()); in set_address() 109 this->name_.c_str()); in set_address() 122 section_name.c_str(), this->name_.c_str()); in increment_offset() 185 std::string name_; member in gold::Memory_region 256 fprintf(f, " %s", this->name_.c_str()); in print() 2012 { osp->output_section_init(this->name_, this->output_section_, p); } in orphan_section_init() [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | test_case.cpp | 190 const std::string& name_, in impl() 195 name(name_), in impl() 231 const std::string& name_, in test_case() argument 233 _pimpl(new impl(interface_name_, test_program_, name_, md_, none)) in test_case() 263 const std::string& name_, in test_case() argument 266 _pimpl(new impl(interface_name_, test_program_, name_, in test_case() 270 PRE_MSG(name_.length() > 4 && name_.substr(0, 2) == "__" && in test_case() 271 name_.substr(name_.length() - 2) == "__", in test_case()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | base_command.cpp | 48 cmdline::command_proto::command_proto(const std::string& name_, in command_proto() argument 53 _name(name_), in command_proto() 59 PRE(name_.find(' ') == std::string::npos); in command_proto() 168 const std::string& name_, in base_command_no_data() argument 173 command_proto(name_, arg_list_, min_args_, max_args_, short_description_) in base_command_no_data()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | sysv4.h | 89 const char *name_ = NAME; \ 90 if (*name_ == '*') \ 91 name_++; \ 94 fputs (name_, STREAM); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | sysv4.h | 89 const char *name_ = NAME; \ 90 if (*name_ == '*') \ 91 name_++; \ 94 fputs (name_, STREAM); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_dense_alloc.h | 50 name_ = name; in DenseSlabAlloc() 98 const char *name_; variable 105 name_, kL1Size, kL2Size); in Refill() 109 name_, fillpos_, kL1Size, kL2Size); in Refill() 110 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 52 name_ = name; in DenseSlabAlloc() 100 const char *name_; variable 107 name_, kL1Size, kL2Size); in Refill() 111 name_, fillpos_, kL1Size, kL2Size); in Refill() 112 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | alpha.h | 864 const char *name_ = NAME; \ 865 if (*name_ == '@' || *name_ == '%') \ 866 name_ += 2; \ 867 if (*name_ == '*') \ 868 name_++; \ 871 fputs (name_, STREAM); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | alpha.h | 864 const char *name_ = NAME; \ 865 if (*name_ == '@' || *name_ == '%') \ 866 name_ += 2; \ 867 if (*name_ == '*') \ 868 name_++; \ 871 fputs (name_, STREAM); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_dense_alloc.h | 52 DenseSlabAlloc(LinkerInitialized, const char *name) : name_(name) {} in DenseSlabAlloc() 112 const char *const name_; variable 120 name_, kL1Size, kL2Size); in Refill() 123 VPrintf(2, "ThreadSanitizer: growing %s: %zu out of %zu*%zu\n", name_, in Refill() 125 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloatInfo.cpp | 38 const char *name_; in findFuncSignature() local 41 name_ = PredefinedFuncs[i].Name; in findFuncSignature() 42 if (strcmp(name, name_) == 0) in findFuncSignature()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | exceptions.cpp | 103 sqlite::invalid_column_error::invalid_column_error(const std::string& name_) : in invalid_column_error() argument 104 error(F("Unknown column '%s'") % name_), in invalid_column_error() 105 _column_name(name_) in invalid_column_error()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | id.d | 537 private string name_; member 545 return name_ ? name_ : ident; in name()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 439 PRE_SYSCALL(accept)(long long s_, void *name_, void *anamelen_) { 440 PRE_WRITE(name_, struct_sockaddr_sz); 444 (long long res, long long s_, void *name_, void *anamelen_) { 446 POST_WRITE(name_, struct_sockaddr_sz); 850 PRE_SYSCALL(compat_12_oswapon)(void *name_) { /* TODO */ } 851 POST_SYSCALL(compat_12_oswapon)(long long res, void *name_) { /* TODO */ } 909 PRE_SYSCALL(connect)(long long s_, void *name_, long long namelen_) { 910 PRE_READ(name_, namelen_); 913 (long long res, long long s_, void *name_, long long namelen_) { 915 POST_READ(name_, namelen_); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 438 PRE_SYSCALL(accept)(long long s_, void *name_, void *anamelen_) { 439 PRE_WRITE(name_, struct_sockaddr_sz); 443 (long long res, long long s_, void *name_, void *anamelen_) { 445 POST_WRITE(name_, struct_sockaddr_sz); 849 PRE_SYSCALL(compat_12_oswapon)(void *name_) { /* TODO */ } 850 POST_SYSCALL(compat_12_oswapon)(long long res, void *name_) { /* TODO */ } 914 PRE_SYSCALL(connect)(long long s_, void *name_, long long namelen_) { 915 PRE_READ(name_, namelen_); 918 (long long res, long long s_, void *name_, long long namelen_) { 920 POST_READ(name_, namelen_); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 438 PRE_SYSCALL(accept)(long long s_, void *name_, void *anamelen_) { 439 PRE_WRITE(name_, struct_sockaddr_sz); 443 (long long res, long long s_, void *name_, void *anamelen_) { 445 POST_WRITE(name_, struct_sockaddr_sz); 849 PRE_SYSCALL(compat_12_oswapon)(void *name_) { /* TODO */ } 850 POST_SYSCALL(compat_12_oswapon)(long long res, void *name_) { /* TODO */ } 914 PRE_SYSCALL(connect)(long long s_, void *name_, long long namelen_) { 915 PRE_READ(name_, namelen_); 918 (long long res, long long s_, void *name_, long long namelen_) { 920 POST_READ(name_, namelen_); [all …]
|