Home
last modified time | relevance | path

Searched refs:size_ (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darm-reloc-property.cc103 group_index_(group_index), size_(0), align_(1), in Arm_reloc_property()
119 this->size_ = 1; in Arm_reloc_property()
121 this->size_ = 2; in Arm_reloc_property()
123 this->size_ = 4; in Arm_reloc_property()
133 this->size_ = 4; in Arm_reloc_property()
137 this->size_ = 2; in Arm_reloc_property()
141 this->size_ = 4; in Arm_reloc_property()
154 this->size_ = 4; in Arm_reloc_property()
Dstringpool.h102 : chunks_(), size_(0) in Chunked_vector()
110 this->size_ = 0; in clear()
131 { return this->size_; } in size()
137 size_t chunk_index = this->size_ / chunk_size; in push_back()
145 this->size_++; in push_back()
164 size_t size_; variable
Dfileread.h74 size_(0), token_(false), views_(), saved_views_(), mapped_bytes_(0), in File_read()
138 { return this->size_; } in filesize()
268 : start_(start), size_(size), data_(data), lock_count_(0), in View()
281 { return this->size_; } in size()
337 section_size_type size_; variable
425 off_t size_; variable
Dfileread.cc139 if (::munmap(const_cast<unsigned char*>(this->data_), this->size_) != 0) in ~View()
145 File_read::current_mapped_bytes -= this->size_; in ~View()
210 this->size_ = s.st_size; in open()
233 this->size_ = size; in open()
334 gold_assert(start <= this->size_ in find_view()
336 <= static_cast<unsigned long long>(this->size_ - start))); in find_view()
384 bytes = this->size_ - start; in do_read()
475 gold_assert(start <= this->size_ in make_view()
477 <= static_cast<unsigned long long>(this->size_ - start))); in make_view()
483 if (poff + static_cast<off_t>(psize) >= this->size_) in make_view()
[all …]
Dnacl.h45 : offset_(file_offset), size_(data_size) in Location()
52 { return this->size_; } in size()
56 section_size_type size_; variable
Dtarget-select.h124 { return this->size_; } in get_size()
227 const int size_; variable
Dbinary.cc51 : elf_machine_(machine), size_(size), big_endian_(big_endian), in Binary_to_elf()
70 if (this->size_ == 32) in convert()
89 else if (this->size_ == 64) in convert()
Darm-reloc-property.h108 { return this->size_; } in size()
258 size_t size_; variable
Ddwp.cc451 : name_(name), machine_(0), size_(0), big_endian_(false), osabi_(0), in Dwp_output_file()
648 int size_; member in gold::Dwp_output_file
1554 if (this->size_ > 0) in record_target_info()
1558 this->size_ = size; in record_target_info()
1650 gold_assert(this->size_ > 0 && file_offset > 0); in add_contribution()
1899 file_offset = align_offset(file_offset, this->size_ == 32 ? 4 : 8); in finalize()
2080 if (this->size_ == 32) in write_ehdr()
2087 else if (this->size_ == 64) in write_ehdr()
2154 if (this->size_ == 32) in write_shdr()
2165 else if (this->size_ == 64) in write_shdr()
Dgdb-index.cc55 : size_(0), capacity_(0), hashtab_(NULL) in Gdb_hashtab()
71 if (4 * this->size_ / 3 >= this->capacity_) in add()
77 ++this->size_; in add()
87 { return this->size_; } in size()
150 size_t size_; member in gold::Gdb_hashtab
Dbinary.h104 int size_; variable
Daarch64-reloc-property.h162 size_t size_; variable
Dscript-sections.cc1096 : size_(size), is_signed_(is_signed), val_(val) in Output_section_element_data()
1108 { *dot_value += this->size_; } in finalize_symbols()
1122 int size_; member in gold::Output_section_element_data
1145 new Output_data_expression(this->size_, this->is_signed_, this->val_, in set_section_addresses()
1149 *dot_value += this->size_; in set_section_addresses()
1158 switch (this->size_) in print()
1434 size_(0), addralign_(1) in Input_section_info()
1465 { return this->size_; } in size()
1470 { this->size_ = size; } in set_size()
1488 uint64_t size_; member in gold::Input_section_info
Dtarget-select.cc59 : machine_(machine), size_(size), is_big_endian_(is_big_endian), in Target_selector()
Dincremental.h1839 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()
Darm.cc313 { return this->size_; } in size()
364 size_t size_; member in __anon33eb0ebf0111::Stub_template
1420 : relobj_(relobj), shndx_(shndx), link_(link), size_(size), in Arm_exidx_input_section()
1447 { return this->size_; } in size()
1477 uint32_t size_; member in __anon33eb0ebf0111::Arm_exidx_input_section
4445 this->size_ = offset; in Stub_template()
Dlayout.cc253 : src_(src), size_(size), dst_(dst), build_id_blocker_(build_id_blocker), in Hash_task()
259 { md5_buffer(reinterpret_cast<const char*>(src_), size_, dst_); } in run()
275 const size_t size_; member in gold::Hash_task
DChangeLog9421 member size_.
9422 (Chunked_vector::clear): Clear size_.
9424 (Chunked_vector::size): Return size_.
9425 (Chunked_vector::push_back): Use size_ to find insert position.
9426 (Chunked_vector::size_): New data member.
16548 (class Target_selector): Make machine_, size_, and is_big_endian_
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dbundle-lock.s13 .rept \offset / size_\which
/toolchain/binutils/binutils-2.25/include/opcode/
Dcgen.h1302 void (*set_fields_bitsize) (CGEN_FIELDS *fields_, int size_);