Searched refs:data_size (Results 1 - 25 of 61) sorted by relevance

123

/haiku-buildtools/legacy/gcc/gcc/
H A Dvarray.c39 size_t data_size = num_elements * element_size; local
40 varray_type ptr = (varray_type) xcalloc (VARRAY_HDR_SIZE + data_size, 1);
61 size_t data_size = n * element_size; local
63 va = (varray_type) xrealloc ((char *)va, VARRAY_HDR_SIZE + data_size);
66 bzero (&va->data.c[old_data_size], data_size - old_data_size);
/haiku-buildtools/binutils/gold/
H A Dreduced_debug_output.cc226 off_t data_size = this->data_size(); local
227 unsigned char* view = of->get_output_view(offset, data_size);
232 memcpy(view, &this->data_.front(), data_size);
233 of->write_output_view(offset, data_size, view);
366 off_t data_size = this->data_size(); local
367 unsigned char* view = of->get_output_view(offset, data_size);
372 memcpy(view, &this->data_.front(), data_size);
373 of->write_output_view(offset, data_size, vie
[all...]
H A Dattributes.cc141 size_t data_size = 0;
143 data_size += this->known_attributes_[i].size(i);
148 data_size += p->second->size(p->first);
151 return ((data_size != 0
153 ? data_size + strlen(this->name()) + 2 + 2 * 4
260 size_t data_size = 0; local
262 data_size += this->vendor_object_attributes_[vendor]->size();
265 return data_size != 0 ? data_size + 1 : 0;
448 convert_to_section_size_type(this->data_size());
[all...]
H A Dcompressed_output.cc329 off_t data_size = this->data_size(); local
330 unsigned char* view = of->get_output_view(offset, data_size);
332 memcpy(view, this->postprocessing_buffer(), data_size);
334 memcpy(view, this->data_, data_size);
335 of->write_output_view(offset, data_size, view);
H A Dnacl.h44 Location(off_t file_offset, off_t data_size) argument
45 : offset_(file_offset), size_(data_size)
62 View(File_read& file, off_t file_offset, off_t data_size) argument
63 : data_(file.get_view(file_offset, 0, data_size, true, false))
73 View view(off_t file_offset, off_t data_size) argument
75 return View(this->file_, this->offset_ + file_offset, data_size);
H A Dgdb-index.cc1203 section_size_type data_size = gdb_index_hdr_size; local
1204 data_size += this->comp_units_.size() * gdb_index_cu_size;
1205 this->tu_offset_ = data_size;
1206 data_size += this->type_units_.size() * gdb_index_tu_size;
1207 this->addr_offset_ = data_size;
1209 data_size += this->ranges_[i].ranges->size() * gdb_index_addr_size;
1210 this->symtab_offset_ = data_size;
1211 data_size += this->gdb_symtab_->capacity() * gdb_index_sym_size;
1212 this->cu_pool_offset_ = data_size;
1213 data_size
[all...]
H A Doutput.cc269 off_t all_shdrs_size = this->data_size();
283 size_t section_count = (this->data_size()
402 gold_assert(all_phdrs_size == this->data_size());
554 size_t phnum = (this->segment_header_->data_size()
562 size_t section_count = (this->section_header_->data_size()
566 oehdr.put_e_shnum(this->section_header_->data_size()
649 of->write(this->offset(), this->p_, this->data_size());
1313 convert_to_section_size_type(this->data_size());
1731 const off_t oview_size = this->data_size();
1839 val = this->u_.od->data_size();
2183 Output_section::Input_section::data_size() const function in class:gold::Output_section::Input_section
3156 off_t data_size; local
3909 uint64_t data_size = address - orig_address; local
3922 uint64_t data_size = sis.data_size(); local
[all...]
H A Doutput.h205 data_size() const function in class:gold::Output_data
533 set_data_size(off_t data_size) argument
537 this->data_size_ = data_size;
559 set_current_data_size_for_child(off_t data_size) argument
562 this->data_size_ = data_size;
759 Output_section_data(off_t data_size, uint64_t addralign, argument
763 this->set_data_size(data_size);
888 Output_section_data_build(off_t data_size, uint64_t addralign) argument
889 : Output_section_data(data_size, addralign, false)
894 set_current_data_size(off_t data_size) argument
983 Output_data_fixed_space(off_t data_size, uint64_t addralign, const char* map_name) argument
1018 Output_data_space(off_t data_size, uint64_t addralign, const char* map_name) argument
1053 Output_data_zero_fill(off_t data_size, uint64_t addralign) argument
2425 Output_data_got_base(off_t data_size, uint64_t align) argument
2451 Output_data_got(off_t data_size) argument
3729 Input_section(Relobj* object, unsigned int shndx, off_t data_size, uint64_t addralign) argument
3991 off_t data_size; member in union:gold::Output_section::Input_section::__anon569
[all...]
H A Dtarget.cc214 *len = plt->data_size();
H A Dehframe.cc96 unsigned int data_size = eh_frame_hdr_size + 4; local
101 data_size += 4 + 8 * fde_count;
104 this->set_data_size(data_size);
146 const off_t oview_size = this->data_size();
308 off_t eh_frame_size = this->eh_frame_section_->data_size();
1221 const off_t oview_size = this->data_size();
H A Dlayout.cc325 info.data_size = os->is_data_size_valid() ? os->data_size() : -1;
344 off_t data_size = os->is_data_size_valid() ? os->data_size() : -1;
356 || data_size != info.data_size
2527 size_t sizeof_headers = (file_header->data_size()
2528 + segment_headers->data_size());
3504 off += (*p)->data_size();
3802 off += file_header->data_size();
[all...]
H A Dincremental.cc275 elfcpp::Elf_strtab strtab(strtab_view.data(), strtab_location.data_size);
281 symtab_location.data_size);
284 relocs_location.data_size);
536 shstrndx_location.data_size);
638 this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size;
800 size_t view_size = os->data_size();
834 *nsyms = this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size;
838 this->main_strtab_loc_.data_size);
1399 const off_t oview_size = this->data_size();
1405 const off_t symtab_size = inputs->symtab_section()->data_size();
[all...]
H A Dincremental.h1507 view(off_t file_offset, section_size_type data_size) argument
1508 { return View(this->output_->get_input_view(file_offset, data_size)); }
1514 off_t data_size; member in struct:gold::Incremental_binary::Location
1517 : file_offset(fo), data_size(ds)
1521 : file_offset(0), data_size(0)
1528 { return View(this->view(loc.file_offset, loc.data_size)); }
H A Dincremental-dump.cc253 elfcpp::Elf_strtab strtab(strtab_view.data(), strtab_location.data_size);
266 unsigned int nsyms = symtab_location.data_size / sym_size;
/haiku-buildtools/binutils/binutils/
H A Dresres.c201 buff = res_alloc (reshdr.data_size);
203 read_res_data (wrbfd, off, omax, buff, reshdr.data_size);
205 r = bin_to_res (wrbfd, type, buff, reshdr.data_size);
404 reshdr.data_size = datasize;
428 windres_put_32 (wrbfd, brh.data_size, hdr->data_size);
445 reshdr->data_size = windres_get_32 (wrbfd, brh.data_size, 4);
581 if (reshdr.data_size != 0)
595 if ((off - BIN_RES_HDR_SIZE + reshdr.data_size
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dresres.c36 unsigned long data_size; member in struct:res_hdr
177 buff = res_alloc (reshdr.data_size);
179 read_res_data (buff, reshdr.data_size, 1);
181 r = bin_to_res (type, buff, reshdr.data_size, 0);
387 reshdr.data_size = datasize;
534 if ((reshdr.data_size != 0) || (reshdr.header_size != 0x20))
/haiku-buildtools/legacy/binutils/opcodes/
H A Dmmix-dis.c308 info->data_size = 8;
313 info->data_size = 4;
318 info->data_size = 2;
323 info->data_size = 1;
H A Dmips-dis.c1205 info->data_size = 0;
1408 info->data_size = 1;
1415 info->data_size = 2;
1425 info->data_size = 4;
1433 info->data_size = 8;
1455 info->data_size = 4;
1462 info->data_size = 8;
1503 info->data_size = 4;
1511 info->data_size = 8;
1777 info->data_size
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dmmix-dis.c306 info->data_size = 8;
311 info->data_size = 4;
316 info->data_size = 2;
321 info->data_size = 1;
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp93 if ![regexp $want $got all text_name text_size data_name data_size] then {
97 verbose "data name is $data_name size is $data_size"
110 if {[expr "0x$text_size"] < $ets || [expr "0x$data_size"] < $eds} then {
/haiku-buildtools/binutils/elfcpp/
H A Delfcpp.h1045 file->view(loc.file_offset, loc.data_size).data()))
1191 file->view(loc.file_offset, loc.data_size).data()))
1306 file->view(loc.file_offset, loc.data_size).data()))
1365 file->view(loc.file_offset, loc.data_size).data()))
1463 file->view(loc.file_offset, loc.data_size).data()))
1573 file->view(loc.file_offset, loc.data_size).data()))
1623 file->view(loc.file_offset, loc.data_size).data()))
1681 file->view(loc.file_offset, loc.data_size).data()))
1759 file->view(loc.file_offset, loc.data_size).data()))
1848 file->view(loc.file_offset, loc.data_size)
[all...]
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dinstall-info.c977 int data_size = 1024;
978 char *data = (char *) xmalloc (data_size);
1014 nread = gzread (zdesc, data + filled, data_size - filled);
1017 nread = read (desc, data + filled, data_size - filled);
1025 if (filled == data_size)
1027 data_size *= 2;
1028 data = (char *) xrealloc (data, data_size);
968 int data_size = 1024; local
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_engine.cpp384 uint16_t data_size,
422 data, data_size,
381 compute( const std::list<COIBUFFER> &buffers, const void* data, uint16_t data_size, void* ret, uint16_t ret_size, uint32_t num_deps, const COIEVENT* deps, COIEVENT* event ) argument
/haiku-buildtools/legacy/binutils/include/
H A Ddis-asm.h188 char data_size; /* Size of data reference in insn, in bytes */ member in struct:disassemble_info
/haiku-buildtools/binutils/include/
H A Ddis-asm.h206 char data_size; /* Size of data reference in insn, in bytes */ member in struct:disassemble_info

Completed in 385 milliseconds

123