Home
last modified time | relevance | path

Searched refs:symtab_shndx_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dobject.cc467 symtab_shndx_(-1U), in Sized_relobj_file()
514 this->symtab_shndx_ = 0; in find_symtab()
530 this->symtab_shndx_ = i; in find_symtab()
562 gold_assert(this->symtab_shndx_ != -1U); in do_initialize_xindex()
564 xindex->initialize_symtab_xindex<size, big_endian>(this, this->symtab_shndx_); in do_initialize_xindex()
854 if (this->symtab_shndx_ == 0) in base_read_symbols()
862 + this->symtab_shndx_ * This::shdr_size); in base_read_symbols()
937 const unsigned char* symbols = this->section_contents(this->symtab_shndx_, in symbol_section_and_value()
2162 gold_assert(this->symtab_shndx_ != -1U); in do_count_local_symbols()
2163 if (this->symtab_shndx_ == 0) in do_count_local_symbols()
[all …]
Dreloc.cc315 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx_) in do_read_relocs()
363 gold_assert(this->symtab_shndx_ != -1U); in do_read_relocs()
364 if (this->symtab_shndx_ == 0 || this->local_symbol_count_ == 0) in do_read_relocs()
369 + this->symtab_shndx_ * This::shdr_size); in do_read_relocs()
943 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx_) in relocate_section_range()
1400 const unsigned int symtab_shndx = this->symtab_shndx_; in find_functions()
Dobject.h2528 { return this->symtab_shndx_; } in symtab_shndx()
2821 unsigned int symtab_shndx_; variable