Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
Dreloc-bad-2.l2 [^:]*:6: Error: \$DSBT_INDEX not supported in this context
3 [^:]*:7: Error: \$GOT not supported in this context
4 [^:]*:8: Error: \$DPR_GOT not supported in this context
5 [^:]*:9: Error: \$DPR_BYTE not supported in this context
6 [^:]*:10: Error: \$DPR_HWORD not supported in this context
7 [^:]*:11: Error: \$DPR_WORD not supported in this context
8 [^:]*:12: Error: \$PCR_OFFSET not supported in this context
9 [^:]*:17: Error: \$DSBT_INDEX not supported in this context
10 [^:]*:18: Error: \$GOT not supported in this context
11 [^:]*:19: Error: \$DPR_GOT not supported in this context
[all …]
Dinsns-bad-2.l2 [^:]*:6: Error: register number 31 not supported on this architecture
3 [^:]*:7: Error: register number 31 not supported on this architecture
4 [^:]*:8: Error: register number 31 not supported on this architecture
5 [^:]*:9: Error: register number 31 not supported on this architecture
6 [^:]*:24: Error: register number 31 not supported on this architecture
7 [^:]*:25: Error: register number 31 not supported on this architecture
8 [^:]*:26: Error: register number 31 not supported on this architecture
9 [^:]*:27: Error: register number 31 not supported on this architecture
10 [^:]*:42: Error: register number 31 not supported on this architecture
11 [^:]*:43: Error: register number 31 not supported on this architecture
[all …]
/toolchain/binutils/binutils-2.25/gold/
Dincremental.h114 { return this->do_type(); } in type()
120 this->file_index_ = file_index; in set_offset()
121 this->offset_ = offset; in set_offset()
127 { this->info_offset_ = info_offset; } in set_info_offset()
132 { return this->file_index_; } in get_file_index()
137 { return this->offset_; } in get_offset()
142 { return this->info_offset_; } in get_info_offset()
147 { return this->filename_key_; } in get_filename_key()
152 { return this->arg_serial_; } in arg_serial()
157 { return this->mtime_; } in get_mtime()
[all …]
Dobject.h118 { delete this->contents; } in ~Section_relocs()
148 { delete this->local_symbols; } in ~Read_relocs_data()
196 shndx += this->large_shndx_offset_; in adjust_shndx()
224 if (this->got_next_ != NULL) in ~Got_offset_list()
226 delete this->got_next_; in ~Got_offset_list()
227 this->got_next_ = NULL; in ~Got_offset_list()
235 this->got_type_ = -1U; in init()
236 this->got_offset_ = 0; in init()
237 this->got_next_ = NULL; in init()
244 if (this->got_type_ == -1U) in set_offset()
[all …]
Doutput.h72 gold_assert(this->is_address_valid_); in address()
73 return this->address_; in address()
82 gold_assert(this->is_data_size_valid_); in data_size()
83 return this->data_size_; in data_size()
89 { return this->current_data_size_for_child(); } in current_data_size()
94 { return this->is_data_size_fixed_; } in is_data_size_fixed()
102 gold_assert(this->is_offset_valid_); in offset()
103 return this->offset_; in offset()
111 this->is_address_valid_ = false; in reset_address_and_file_offset()
112 this->is_offset_valid_ = false; in reset_address_and_file_offset()
[all …]
Dtoken.h44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); } in ~Task_list()
49 { return this->head_ == NULL; } in empty()
100 gold_assert(this->blockers_ == 0); in ~Task_token()
101 gold_assert(this->writer_ == NULL); in ~Task_token()
107 { return this->is_blocker_; } in is_blocker()
115 gold_assert(!this->is_blocker_); in is_writable()
116 return this->writer_ == NULL; in is_writable()
124 gold_assert(!this->is_blocker_ && this->writer_ == NULL); in add_writer()
125 this->writer_ = t; in add_writer()
132 gold_assert(!this->is_blocker_ && this->writer_ == t); in remove_writer()
[all …]
Ddwarf_reader.h58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize()
63 { return this->do_next_offset(); } in next_offset()
68 { this->do_advance(offset); } in advance()
74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target()
79 { return this->do_checkpoint(); } in checkpoint()
84 { this->do_reset(checkpoint); } in reset()
127 { return this->track_relocs_.next_offset(); } in do_next_offset()
132 { this->track_relocs_.advance(offset); } in do_advance()
140 { return this->track_relocs_.checkpoint(); } in do_checkpoint()
145 { this->track_relocs_.reset(checkpoint); } in do_reset()
[all …]
Dsymtab.h109 { return this->name_; } in name()
122 { return this->version_; } in version()
126 { this->version_ = NULL; } in clear_version()
134 gold_assert(this->version_ != NULL); in is_default()
135 return this->is_def_; in is_default()
141 { this->is_def_ = true; } in set_is_default()
150 { return this->source_; } in source()
156 gold_assert(this->source_ == FROM_OBJECT); in object()
157 return this->u_.from_object.object; in object()
165 gold_assert(this->source_ == FROM_OBJECT); in shndx()
[all …]
Darm-reloc-property.h68 { return this->code_; } in code()
73 { return this->name_; } in name()
78 { return this->reloc_type_; } in reloc_type()
83 { return this->is_deprecated_; } in is_deprecated()
88 { return this->reloc_class_; } in reloc_class()
93 { return this->is_implemented_; } in is_implemented()
98 { return this->group_index_; } in group_index()
103 { return this->checks_overflow_; } in checks_overflow()
108 { return this->size_; } in size()
113 { return this->align_; } in align()
[all …]
Dnacl.h49 { return this->offset_; } in offset()
52 { return this->size_; } in size()
67 { return this->data_; } in data()
75 return View(this->file_, this->offset_ + file_offset, data_size); in view()
80 return this->view(loc.offset(), loc.size()); in view()
107 if (this->is_nacl_) in do_instantiate_target()
109 return this->base_selector::do_instantiate_target(); 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()
118 return this->instantiate_target(); in do_recognize()
[all …]
Dtarget.h86 { return this->pti_->size; } in get_size()
91 { return this->pti_->is_big_endian; } in is_big_endian()
96 { return this->pti_->machine_code; } in machine_code()
101 { return this->processor_specific_flags_; } in processor_specific_flags()
106 { return this->are_processor_specific_flags_set_; } in are_processor_specific_flags_set()
111 { return this->pti_->has_make_symbol; } in has_make_symbol()
116 { return this->pti_->has_resolve; } in has_resolve()
121 { return this->pti_->has_code_fill; } in has_code_fill()
126 { return this->pti_->dynamic_linker; } in dynamic_linker()
131 { return this->pti_->default_text_segment_address; } in default_text_segment_address()
[all …]
Dtarget-select.h82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } in recognize()
88 { return this->do_recognize_by_bfd_name(name); } in recognize_by_bfd_name()
94 { this->do_supported_bfd_names(names); } in supported_bfd_names()
100 { return this->do_recognize_by_emulation(name); } in recognize_by_emulation()
106 { this->do_supported_emulations(names); } in supported_emulations()
111 { return this->next_; } in next()
119 { return this->machine_; } in machine()
124 { return this->size_; } in get_size()
129 { return this->is_big_endian_; } in is_big_endian()
136 { return this->bfd_name_; } in bfd_name()
[all …]
Dattributes.h93 this->type_ = source.type_;
94 this->int_value_ = source.int_value_;
95 this->string_value_ = source.string_value_;
96 return *this;
102 { return this->type_; } in type()
107 { this->type_ = type; } in set_type()
112 { return this->int_value_; } in int_value()
117 { this->int_value_ = i; } in set_int_value()
122 { return this->string_value_; } in string_value()
127 { this->string_value_ = s; } in set_string_value()
[all …]
Dstringpool.h109 this->chunks_.clear(); in clear()
110 this->size_ = 0; in clear()
117 if (n > this->chunks_.size() * chunk_size) in reserve()
119 this->chunks_.resize((n + chunk_size - 1) / chunk_size); in reserve()
123 for (size_t i = 0; i < this->chunks_.size(); ++i) in reserve()
124 this->chunks_[i].reserve(chunk_size); in reserve()
131 { return this->size_; } in size()
137 size_t chunk_index = this->size_ / chunk_size; in push_back()
138 if (chunk_index >= this->chunks_.size()) in push_back()
140 this->chunks_.push_back(Element_vector()); in push_back()
[all …]
Dlayout.h99 { this->min_hole_ = min_hole; } in set_min_hole_size()
113 { return this->list_.begin(); } in begin()
118 { return this->list_.end(); } in end()
229 { this->u_.linkonce_size = 0; } in Kept_section()
239 this->u_.linkonce_size = 0; in Kept_section()
244 if (this->is_comdat_) in ~Kept_section()
245 delete this->u_.group_sections; in ~Kept_section()
251 { return this->object_; } in object()
257 gold_assert(this->object_ == NULL); in set_object()
258 this->object_ = object; in set_object()
[all …]
Ddynobj.h50 { return this->soname_.c_str(); } in soname()
55 { return this->needed_; } in needed()
62 gold_assert(this->unknown_needed_ != UNKNOWN_NEEDED_UNSET); in has_unknown_needed_entries()
63 return this->unknown_needed_ == UNKNOWN_NEEDED_TRUE; in has_unknown_needed_entries()
71 gold_assert(this->unknown_needed_ == UNKNOWN_NEEDED_UNSET); in set_has_unknown_needed_entries()
72 this->unknown_needed_ = set ? UNKNOWN_NEEDED_TRUE : UNKNOWN_NEEDED_FALSE; in set_has_unknown_needed_entries()
102 { return this; } in do_dynobj()
107 { this->soname_.assign(s); } in set_soname_string()
112 { this->needed_.push_back(std::string(s)); } in add_needed()
202 { return this->elf_file_.section_size(shndx); } in do_section_size()
[all …]
Doptions.h179 const char* pos = strchr(this->longname.c_str(), '_'); in One_option()
181 this->longname[pos - this->longname.c_str()] = '-'; in One_option()
186 if (this->helpstring) in One_option()
187 this->register_option(); in One_option()
193 { return this->helparg != NULL; } in takes_argument()
198 { return this->optional_arg; } in takes_optional_argument()
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this), in Struct_special()
243 { (options->*(this->parse))(option, arg, cmdline); } in parse_to_value()
269 { return this->varname__##_.value; } \
273 { return this->varname__##_.user_set_via_option; } \
[all …]
Dfileread.h94 { return this->name_; } in filename()
99 { ++this->object_count_; } in add_object()
104 { --this->object_count_; } in remove_object()
123 { return &this->token_; } in token()
138 { return this->size_; } in filesize()
180 { this->clear_views(CLEAR_VIEWS_ARCHIVE); } in clear_uncached_views()
214 this->reopen_descriptor(); in descriptor()
215 return this->descriptor_; in descriptor()
277 { return this->start_; } in start()
281 { return this->size_; } in size()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dgroup-reloc-ldc-parsing-bad.l2 [^:]*:25: Error: this group relocation is not allowed on this instruction -- `ldc 0,c0,\[r0,#:pc_g0…
4 [^:]*:25: Error: this group relocation is not allowed on this instruction -- `ldc 0,c0,\[r0,#:sb_g0…
8 [^:]*:26: Error: this group relocation is not allowed on this instruction -- `ldcl 0,c0,\[r0,#:pc_g…
10 [^:]*:26: Error: this group relocation is not allowed on this instruction -- `ldcl 0,c0,\[r0,#:sb_g…
12 [^:]*:27: Error: this group relocation is not allowed on this instruction -- `ldc2 0,c0,\[r0,#:pc_g…
14 [^:]*:27: Error: this group relocation is not allowed on this instruction -- `ldc2 0,c0,\[r0,#:sb_g…
18 [^:]*:28: Error: this group relocation is not allowed on this instruction -- `ldc2l 0,c0,\[r0,#:pc_…
20 [^:]*:28: Error: this group relocation is not allowed on this instruction -- `ldc2l 0,c0,\[r0,#:sb_…
22 [^:]*:30: Error: this group relocation is not allowed on this instruction -- `stc 0,c0,\[r0,#:pc_g0…
24 [^:]*:30: Error: this group relocation is not allowed on this instruction -- `stc 0,c0,\[r0,#:sb_g0…
[all …]
Dgroup-reloc-ldrs-parsing-bad.l2 [^:]*:7: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:pc_g0_n…
4 [^:]*:9: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:sb_g0_n…
6 [^:]*:12: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:pc_g0_…
8 [^:]*:14: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:sb_g0_…
10 [^:]*:17: Error: this group relocation is not allowed on this instruction -- `ldrh r0,\[r0,#:pc_g0_…
12 [^:]*:19: Error: this group relocation is not allowed on this instruction -- `ldrh r0,\[r0,#:sb_g0_…
14 [^:]*:22: Error: this group relocation is not allowed on this instruction -- `strh r0,\[r0,#:pc_g0_…
16 [^:]*:24: Error: this group relocation is not allowed on this instruction -- `strh r0,\[r0,#:sb_g0_…
18 [^:]*:27: Error: this group relocation is not allowed on this instruction -- `ldrsh r0,\[r0,#:pc_g0…
20 [^:]*:29: Error: this group relocation is not allowed on this instruction -- `ldrsh r0,\[r0,#:sb_g0…
[all …]
Dgroup-reloc-ldr-parsing-bad.l2 [^:]*:7: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:pc_g0_nc…
4 [^:]*:9: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:sb_g0_nc…
6 [^:]*:12: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:pc_g0_n…
8 [^:]*:14: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:sb_g0_n…
10 [^:]*:17: Error: this group relocation is not allowed on this instruction -- `ldrb r0,\[r0,#:pc_g0_…
12 [^:]*:19: Error: this group relocation is not allowed on this instruction -- `ldrb r0,\[r0,#:sb_g0_…
14 [^:]*:22: Error: this group relocation is not allowed on this instruction -- `strb r0,\[r0,#:pc_g0_…
16 [^:]*:24: Error: this group relocation is not allowed on this instruction -- `strb r0,\[r0,#:sb_g0_…
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dr6-removed.l2 .*:3: Error: opcode not supported on this processor: .* \(.*\) `abs.ps \$f0,\$f2'
4 .*:5: Error: opcode not supported on this processor: .* \(.*\) `addi \$15,\$16,256'
6 .*:7: Error: opcode not supported on this processor: .* \(.*\) `bc0f 1f'
8 .*:9: Error: opcode not supported on this processor: .* \(.*\) `bc0t 1f'
10 .*:11: Error: opcode not supported on this processor: .* \(.*\) `bc1f 1f'
12 .*:13: Error: opcode not supported on this processor: .* \(.*\) `bc1t 1f'
14 .*:15: Error: opcode not supported on this processor: .* \(.*\) `bc2f 1f'
16 .*:17: Error: opcode not supported on this processor: .* \(.*\) `bc2t 1f'
18 .*:19: Error: opcode not supported on this processor: .* \(.*\) `bc3f 1f'
20 .*:21: Error: opcode not supported on this processor: .* \(.*\) `bc3t 1f'
[all …]
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h123 { this->construct(file, ehdr); } in Elf_file()
132 { return this->shoff_; } in shoff()
143 this->initialize_shnum(); in shnum()
144 return this->shnum_; in shnum()
150 if (this->shnum_ == 0 && this->shoff_ != 0) in shnum()
151 this->file_->error(_("ELF file has not been initialized yet" in shnum()
153 return this->shnum_; in shnum()
160 this->initialize_shnum(); in shstrndx()
161 return this->shstrndx_; in shstrndx()
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx()
[all …]
Delfcpp.h1032 { return this->p_->e_ident; }
1036 { return Convert<16, big_endian>::convert_host(this->p_->e_type); }
1040 { return Convert<16, big_endian>::convert_host(this->p_->e_machine); }
1044 { return Convert<32, big_endian>::convert_host(this->p_->e_version); }
1048 { return Convert<size, big_endian>::convert_host(this->p_->e_entry); }
1052 { return Convert<size, big_endian>::convert_host(this->p_->e_phoff); }
1056 { return Convert<size, big_endian>::convert_host(this->p_->e_shoff); }
1060 { return Convert<32, big_endian>::convert_host(this->p_->e_flags); }
1064 { return Convert<16, big_endian>::convert_host(this->p_->e_ehsize); }
1068 { return Convert<16, big_endian>::convert_host(this->p_->e_phentsize); }
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
Dfr450-insn.l2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
9 .*:8: Error: Instruction not supported by this architecture
10 .*:9: Error: Instruction not supported by this architecture
11 .*:10: Error: Instruction not supported by this architecture
12 .*:11: Error: Instruction not supported by this architecture
[all …]

12345678910>>...42