Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dattributes.h78 : type_(0), int_value_(0), string_value_() in Object_attribute()
83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_) in Object_attribute()
93 this->type_ = source.type_;
102 { return this->type_; } in type()
107 { this->type_ = type; } in set_type()
197 int type_; variable
Dattributes.cc49 if (Object_attribute::attribute_type_has_int_value(this->type_)) in size()
51 if (Object_attribute::attribute_type_has_string_value(this->type_)) in size()
61 if (Object_attribute::attribute_type_has_int_value(this->type_) in is_default_attribute()
64 if (Object_attribute::attribute_type_has_string_value(this->type_) in is_default_attribute()
67 if (Object_attribute::attribute_type_has_no_default(this->type_)) in is_default_attribute()
98 if (Object_attribute::attribute_type_has_int_value(this->type_)) in write()
103 if (Object_attribute::attribute_type_has_string_value(this->type_)) in write()
Doutput.cc717 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
722 gold_assert(this->type_ == type); in Output_reloc()
739 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
745 gold_assert(this->type_ == type); in Output_reloc()
765 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
773 gold_assert(this->type_ == type); in Output_reloc()
791 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
800 gold_assert(this->type_ == type); in Output_reloc()
816 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
821 gold_assert(this->type_ == type); in Output_reloc()
[all …]
Dsymtab.h216 { return this->type_; } in type()
221 { this->type_ = type; } in set_type()
227 return (this->type_ == elfcpp::STT_FUNC in is_func()
228 || this->type_ == elfcpp::STT_GNU_IFUNC); in is_func()
560 if (this->type_ == elfcpp::STT_COMMON) in is_common()
1006 elfcpp::STT type_ : 4; variable
Doptions.h1756 : name_(), type_(INPUT_FILE_TYPE_FILE), extra_search_path_(""), in Input_file_argument()
1764 : name_(name), type_(type), extra_search_path_(extra_search_path), in Input_file_argument()
1776 : name_(name), type_(type), extra_search_path_(extra_search_path), in Input_file_argument()
1790 { return type_ == INPUT_FILE_TYPE_LIBRARY; } in is_lib()
1794 { return type_ == INPUT_FILE_TYPE_SEARCHED_FILE; } in is_searched_file()
1834 Input_file_type type_; variable
Dresolve.cc101 this->type_ = sym.get_st_type(); in override_base()
963 this->type_ = from->type_; in override_base_with_special()
Doutput.h1085 { return this->type_; } in type()
1231 unsigned int type_ : 28; variable
3130 { return this->type_; } in type()
3424 { return this->is_large_section_ && this->type_ != elfcpp::SHT_NOBITS; } in is_large_data_section()
4060 { return this->type_ == type; } in do_is_section_type()
4353 const elfcpp::Elf_Word type_; variable
4496 { return this->type_; } in type()
4748 elfcpp::Elf_Word type_; variable
Dscript-sections.cc2963 : name_(name, namelen), type_(type), includes_filehdr_(includes_filehdr), in Phdrs_element()
2977 { return this->type_; } in type()
3015 this->segment_ = layout->make_output_segment(this->type_, this->flags_); in create_segment()
3045 unsigned int type_; member in gold::Phdrs_element
3068 fprintf(f, " %s 0x%x", this->name_.c_str(), this->type_); in print()
Daarch64.cc824 type_(type) in Stub_base()
833 { return this->type_; } in type()
917 const int type_; member in __anon20db65070111::Stub_base
1175 : type_(type), addend_(addend) in Key()
1196 { return this->type_; } in type()
1217 return ((this->type_ == k.type_) in eq()
1234 size_t stub_type_hash_value = 0x03 & this->type_; in hash_value()
1258 const int type_; member in __anon20db65070111::Reloc_stub::Key
Dincremental.h1840 unsigned int shndx_, unsigned int type_, in Local_symbol()
1843 st_type(type_), output_dynsym_index(0), in Local_symbol()
Darm.cc200 { return this->type_; } in type()
224 : data_(data), type_(type), r_type_(r_type), reloc_addend_(reloc_addend) in Insn_template()
231 Type type_; member in __anon5653a9be0111::Insn_template
298 { return this->type_; } in type()
358 Stub_type type_; member in __anon5653a9be0111::Stub_template
4400 : type_(type), insns_(insns), insn_count_(insn_count), alignment_(1), in Stub_template()
Dsymtab.cc64 this->type_ = type; in init_fields()
DChangeLog4592 (Output_reloc::type_): Adjust size of bit field.
6496 (Incremental_input_entry_reader::type_): Remove.
9798 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
12178 (Input_file_argument::type_): New member.
12181 (Input_file_argument::is_lib): Use type_.