Searched refs:shndx_ (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dcopy-relocs.h111 shndx_(shndx), output_section_(output_section),
118 unsigned int shndx_; member in struct:gold::Copy_relocs::Copy_reloc_entry
H A Dehframe.h274 shndx_(shndx),
288 shndx_(cie.shndx_),
343 unsigned int shndx_; member in class:gold::Cie
H A Dlayout.h232 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false)
239 : object_(k.object_), shndx_(k.shndx_), is_comdat_(false),
268 { return this->shndx_; }
274 gold_assert(this->shndx_ == 0);
275 this->shndx_ = shndx;
367 unsigned int shndx_; member in class:gold::Kept_section
H A Doutput.h1252 if (this->shndx_ == INVALID_CODE)
1325 // If this->shndx_ is not INVALID CODE, the object which holds the
1328 // If this->shndx_ is INVALID_CODE, the output data being used to
1358 unsigned int shndx_; member in class:gold::Output_reloc
2973 : Output_section_data_build(addralign), relobj_(relobj), shndx_(shndx)
2984 { return this->shndx_; }
2993 { this->shndx_ = shndx; }
2997 unsigned int shndx_; member in class:gold::Output_relaxed_input_section
3722 : shndx_(0), p2align_(0)
3731 : shndx_(shnd
3985 unsigned int shndx_; member in class:gold::Output_section::Input_section
[all...]
H A Doutput.cc719 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE)
741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx)
768 shndx_(INVALID_CODE)
794 shndx_(shndx)
818 is_section_symbol_(true), use_plt_offset_(false), shndx_(INVALID_CODE)
840 is_section_symbol_(true), use_plt_offset_(false), shndx_(shndx)
863 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE)
880 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx)
899 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE)
916 is_section_symbol_(false), use_plt_offset_(false), shndx_(shnd
[all...]
H A Dcopy-relocs.cc250 entry.shndx_, entry.address_,
H A Dincremental.h387 { return this->sections_[n].shndx_; }
439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size)
441 unsigned int shndx_; member in struct:gold::Incremental_object_entry::Input_section
1840 unsigned int shndx_, unsigned int type_,
1842 : st_value(value_), name(name_), st_size(size_), st_shndx(shndx_),
1839 Local_symbol(const char* name_, Address value_, unsigned int size_, unsigned int shndx_, unsigned int type_, bool needs_dynsym_entry_) argument
H A Ddwarf_reader.h699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx),
878 unsigned int shndx_; member in class:gold::Dwarf_info_reader
H A Daarch64.cc944 shndx_(shndx), sh_offset_(sh_offset),
959 { return this->shndx_; }
1036 if (this->shndx_ != k.shndx_)
1037 return this->shndx_ < k.shndx_;
1061 const unsigned int shndx_; member in class:__anon527::Output_data_got_aarch64::Erratum_stub
1802 shndx_(shndx), offset_(offset)
1809 return (this->shndx_ < p.shndx_
1814 unsigned int shndx_; member in struct:__anon527::Output_data_got_aarch64::AArch64_relobj::Mapping_symbol_position
[all...]
H A Dmips.cc444 is_section_symbol_(is_section_symbol), shndx_(shndx)
449 is_section_symbol_(false), shndx_(-1U)
534 { return this->shndx_; }
566 unsigned int shndx_; member in class:__anon554::Mips_got_entry
1455 : object_(object), shndx_(shndx), r_sym_(0), gsym_(NULL),
1471 { return this->object_->section_size(this->shndx_); }
1476 { return this->shndx_; }
1541 { return this->object_->is_mips16_fn_stub_section(this->shndx_); }
1546 { return this->object_->is_mips16_call_stub_section(this->shndx_); }
1551 { return this->object_->is_mips16_call_fp_stub_section(this->shndx_); }
1565 unsigned int shndx_; member in class:__anon554::Mips16_stub_section
3884 unsigned int shndx_; member in class:__anon554::Target_mips::Dyn_reloc
[all...]
H A Ddwarf_reader.cc1247 this->buffer_ = this->object_->decompressed_section_contents(this->shndx_,
1255 off_t section_offset = this->object_->output_section_offset(this->shndx_);
1514 this->object_->section_name(this->shndx_).c_str());
H A Dobject.cc1946 deferred->shndx_,
1955 if (!this->is_section_included(deferred->shndx_))
1958 this->layout_section(layout, deferred->shndx_, deferred->name_.c_str(),
1974 unsigned int shndx = deferred->shndx_;
H A Darm.cc684 { return this->shndx_; }
710 : Stub(stub_template), relobj_(relobj), shndx_(shndx),
745 unsigned int shndx_;
1051 : Output_section_data(8, 4, true), relobj_(relobj), shndx_(shndx)
1062 { return this->shndx_; }
1088 unsigned int shndx_;
1420 : relobj_(relobj), shndx_(shndx), link_(link), size_(size),
1437 { return this->shndx_; }
1473 unsigned int shndx_;
5374 Output_section* os = this->relobj_->output_section(this->shndx_);
[all...]
H A Dpowerpc.cc533 Sec_info(Address start_, Address len_, unsigned int shndx_) argument
534 : start(start_), len(len_), shndx(shndx_)
1348 : object_(ppc_object), shndx_(data_shndx), offset_(r_offset),
1364 unsigned int shndx_; member in class:__anon572::Target_powerpc::Branch_info
2923 stub_table = this->object_->stub_table(this->shndx_);
2930 Address from = this->object_->get_output_section_offset(this->shndx_);
2932 from += (this->object_->output_section(this->shndx_)->address()
2949 Address from = this->object_->get_output_section_offset(this->shndx_);
2951 from += (this->object_->output_section(this->shndx_)->address()
3005 stub_table = this->object_->stub_table(this->shndx_);
[all...]
H A Dobject.h2803 : shndx_(shndx), name_(name), reloc_shndx_(reloc_shndx),
2808 unsigned int shndx_;
H A Dehframe.cc425 this->object_->add_merge_mapping(output_data, this->shndx_,

Completed in 410 milliseconds