Searched refs:offset_ (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49911.C12 int offset_; member in union:StateRemat
21 sr.offset_ = address;
22 //sr.offset_ = 0;
/haiku-buildtools/binutils/gold/
H A Dnacl.h38 : file_(input_file->file()), offset_(offset)
45 : offset_(file_offset), size_(data_size)
49 { return this->offset_; }
55 off_t offset_; member in class:gold::Sniff_file::Location
75 return View(this->file_, this->offset_ + file_offset, data_size);
89 off_t offset_; member in class:gold::Sniff_file
H A Dstringpool.h204 && this->offset_ == sizeof(Stringpool_char));
206 this->offset_ = 0;
411 section_offset_type offset_; member in class:gold::Stringpool_template
H A Dstringpool.cc39 zero_null_(true), optimize_(false), offset_(sizeof(Stringpool_char)),
230 offset = this->offset_;
233 this->offset_ = offset + (length + 1) * sizeof(Stringpool_char);
397 offset = this->offset_;
H A Dincremental.h102 : filename_key_(filename_key), file_index_(0), offset_(0), info_offset_(0),
121 this->offset_ = offset;
137 { return this->offset_; }
240 unsigned int offset_; member in class:gold::Incremental_input_entry
817 : inputs_(inputs), offset_(offset)
827 unsigned int offset = Swap32::readval(this->inputs_->p_ + this->offset_);
835 return Swap16::readval(this->inputs_->p_ + this->offset_ + 22);
843 const unsigned char* p = this->inputs_->p_ + this->offset_ + 8;
1107 unsigned int offset_; member in class:gold::Incremental_inputs_reader::Incremental_input_entry_reader
H A Dobject.h400 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U),
428 { return this->offset_; }
726 return this->input_file()->file().get_view(this->offset_, start, size,
735 return this->input_file()->file().get_lasting_view(this->offset_, start,
742 { this->input_file()->file().read(start + this->offset_, size, p); }
747 { this->input_file()->file().read_multiple(this->offset_, rm); }
1061 off_t offset_; member in class:gold::Object
H A Doutput.h183 : address_(0), data_size_(0), offset_(-1),
228 return this->offset_;
332 this->offset_ = off;
587 off_t offset_; member in class:gold::Output_data
592 // Whether offset_ is valid.
2813 : tag_(tag), offset_(DYNAMIC_NUMBER)
2819 offset_(section_size
2830 offset_(DYNAMIC_SECTION_SIZE)
2839 offset_(offset)
2844 : tag_(tag), offset_(DYNAMIC_SYMBO
2902 unsigned int offset_; member in class:gold::Output_data_dynamic::Dynamic_entry
4913 off_t offset_; member in class:gold::Output_segment
[all...]
H A Dsymtab.h1602 { this->offset_ = off; }
1927 off_t offset_; member in class:gold::Symbol_table
H A Doutput.cc1832 switch (this->offset_)
1861 val = this->u_.od->address() + this->offset_;
4100 offset_(0),
4398 this->offset_ = orig_off;
4694 this->offset_ = 0;
4730 this->offset_ = first->offset();
4881 ophdr->put_p_offset(this->offset_);
H A Daarch64.cc823 offset_(invalid_offset),
870 gold_assert(this->offset_ != this->invalid_offset);
871 return this->offset_;
877 { this->offset_ = offset; }
915 section_offset_type offset_; member in class:__anon527::Output_data_got_aarch64::Stub_base
1802 shndx_(shndx), offset_(offset)
1810 || (this->shndx_ == p.shndx_ && this->offset_ < p.offset_));
1817 AArch64_address offset_; member in struct:__anon527::Output_data_got_aarch64::AArch64_relobj::Mapping_symbol_position
2269 convert_to_section_size_type(prev->first.offset_);
[all...]
H A Dsymtab.cc567 : saw_undefined_(0), offset_(0), table_(count), namepool_(),
2687 this->offset_ = off;
3009 if (this->offset_ == 0 || output_count == 0)
3012 psyms = of->get_output_view(this->offset_, oview_size);
3253 of->write_output_view(this->offset_, oview_size, psyms);
H A Dlayout.cc252 : of_(of), offset_(offset), size_(size), dst_(dst),
260 this->of_->get_input_view(this->offset_, this->size_);
262 this->of_->free_input_view(this->offset_, this->size_, iv);
280 const size_t offset_;
H A Darm.cc391 : stub_template_(stub_template), offset_(invalid_offset)
407 gold_assert(this->offset_ != invalid_offset);
408 return this->offset_;
414 { this->offset_ = offset; }
463 section_offset_type offset_; member in class:__anon535::Stub
H A Dpowerpc.cc1348 : object_(ppc_object), shndx_(data_shndx), offset_(r_offset),
1365 Address offset_; member in class:__anon572::Target_powerpc::Branch_info
2933 + this->offset_);
2952 + this->offset_);
3039 (unsigned long) this->offset_,
H A Dmips.cc695 offset_(0)
836 { return this->offset_; }
841 { this->offset_ = offset; }
940 unsigned int offset_; member in class:__anon554::Mips_got_info
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dast-dump.h111 static const int offset_; member in class:Ast_dump_context
H A Dast-dump.cc416 const int Ast_dump_context::offset_ = 2; member in class:Ast_dump_context
423 for (int i = 0; i < this->indent_ * this->offset_; i++)

Completed in 503 milliseconds