Searched refs:value_ (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | script.cc | 76 : classification_(TOKEN_INVALID), value_(NULL), value_length_(0), in Token() 82 : classification_(classification), value_(NULL), value_length_(0), in Token() 92 : classification_(classification), value_(value), value_length_(length), in Token() 101 : classification_(TOKEN_OPERATOR), value_(NULL), value_length_(0), in Token() 138 return this->value_; in string_value() 156 const char* value_; member in gold::Token 178 char last = this->value_[len - 1]; in integer_value() 191 uint64_t ret = strtoull(this->value_, &end, 0); in integer_value() 192 gold_assert(static_cast<size_t>(end - this->value_) == len); in integer_value()
|
D | resolve.cc | 121 this->value_ = sym.get_st_value(); in override() 994 this->value_ = from->value_; in override_with_special()
|
D | symtab.cc | 222 this->value_ = sym.get_st_value(); in init_object() 242 this->value_ = value; in init_output_data() 262 this->value_ = value; in init_output_segment() 279 this->value_ = value; in init_constant() 292 this->value_ = 0; in init_undefined() 328 this->value_ = value; in allocate_common() 3298 : value_(false) in Check_intersection() 3302 { return this->value_; } in had_intersection() 3313 this->value_ = true; in operator =() 3318 bool value_; member
|
D | symtab.h | 1129 { return this->value_; } in value() 1146 { this->value_ = value; } in set_value() 1160 Value_type value_; variable
|
D | incremental.h | 1839 Local_symbol(const char* name_, Address value_, unsigned int size_, in Local_symbol() 1842 : st_value(value_), name(name_), st_size(size_), st_shndx(shndx_), in Local_symbol()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cgen.h | 1309 (CGEN_CPU_DESC, int opindex_, CGEN_FIELDS *fields_, int value_); 1314 (CGEN_CPU_DESC, int opindex_, CGEN_FIELDS *fields_, bfd_vma value_);
|