Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/binutils/dist/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.cc140 if (::munmap(const_cast<unsigned char*>(this->data_), this->size_) != 0) in ~View()
146 File_read::current_mapped_bytes -= this->size_; in ~View()
211 this->size_ = s.st_size; in open()
237 this->size_ = size; in open()
338 gold_assert(start <= this->size_ in find_view()
340 <= static_cast<unsigned long long>(this->size_ - start))); in find_view()
394 bytes = this->size_ - start; in do_read()
485 gold_assert(start <= this->size_ in make_view()
487 <= static_cast<unsigned long long>(this->size_ - start))); in make_view()
493 if (poff + static_cast<off_t>(psize) >= this->size_) in make_view()
[all …]
Dfileread.h74 size_(0), token_(false), views_(), saved_views_(), mapped_bytes_(0), in File_read()
138 { return this->size_; } in filesize()
280 : start_(start), size_(size), data_(data), lock_count_(0), in View()
293 { return this->size_; } in size()
349 section_size_type size_; variable
437 off_t size_; variable
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.cc57 : elf_machine_(machine), size_(size), big_endian_(big_endian), in Binary_to_elf()
76 if (this->size_ == 32) in convert()
95 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
Dtarget-select.cc59 : machine_(machine), size_(size), is_big_endian_(is_big_endian), in Target_selector()
Dscript-sections.cc1146 : size_(size), is_signed_(is_signed), val_(val) in Output_section_element_data()
1158 { *dot_value += this->size_; } in finalize_symbols()
1172 int size_; member in gold::Output_section_element_data
1195 new Output_data_expression(this->size_, this->is_signed_, this->val_, in set_section_addresses()
1199 *dot_value += this->size_; in set_section_addresses()
1208 switch (this->size_) in print()
1484 size_(0), addralign_(1) in Input_section_info()
1520 { return this->size_; } in size()
1525 { this->size_ = size; } in set_size()
1543 uint64_t size_; member in gold::Input_section_info
Dincremental.h1846 Local_symbol(const char* name_, Address value_, unsigned int size_, in Local_symbol()
1849 : st_value(value_), name(name_), st_size(size_), st_shndx(shndx_), in Local_symbol()
Dlayout.cc255 : of_(of), offset_(offset), size_(size), dst_(dst), in Hash_task()
263 this->of_->get_input_view(this->offset_, this->size_); in run()
264 md5_buffer(reinterpret_cast<const char*>(iv), this->size_, this->dst_); in run()
265 this->of_->free_input_view(this->offset_, this->size_, iv); in run()
284 const size_t size_; member in gold::Hash_task
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dcpsizeof.cc49 int size_ ## N = sizeof (N ## _ref); \
50 int size_ ## N ## p = sizeof (N ## p_ref); \
Drvalue-ref-sizeof.cc53 int size_ ## N = sizeof (N ## _rref); \
54 int size_ ## N ## p = sizeof (N ## p_rref); \
/netbsd/src/external/bsd/kyua-cli/dist/utils/sqlite/
Dstatement.hpp79 blob(const void* memory_, const int size_) : in blob() argument
80 memory(memory_), size(size_) in blob()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Dlinux.h133 HOST_WIDE_INT size_ = (SIZE); \
137 fprintf (STREAM, ", " HOST_WIDE_INT_PRINT_DEC "\n", size_); \
Drx.h478 HOST_WIDE_INT size_ = (SIZE); \
487 fprintf (STREAM, ", " HOST_WIDE_INT_PRINT_DEC "\n", size_); \
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h241 HOST_WIDE_INT size_ = (SIZE); \
244 fprintf (STREAM, ", " HOST_WIDE_INT_PRINT_DEC "\n", size_); \
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbss_bio.c109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() argument
111 size_t size = size_; in bio_read()
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dcgen.h1305 void (*set_fields_bitsize) (CGEN_FIELDS *fields_, int size_);
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dcgen.h1305 void (*set_fields_bitsize) (CGEN_FIELDS *fields_, int size_);

12