Home
last modified time | relevance | path

Searched refs:symtab_shndx (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dincremental-dump.cc232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB); in dump_incremental_inputs() local
233 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found. in dump_incremental_inputs()
238 Location symtab_location(elf_file.section_contents(symtab_shndx)); in dump_incremental_inputs()
243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx); in dump_incremental_inputs()
Ddynobj.cc116 unsigned int symtab_shndx = 0; in find_dynsym_sections() local
140 symtab_shndx = i; in find_dynsym_sections()
189 if (this->dynsym_shndx_ == -1U && symtab_shndx != 0) in find_dynsym_sections()
191 this->dynsym_shndx_ = symtab_shndx; in find_dynsym_sections()
192 if (xindex_shndx > 0 && xindex_link == symtab_shndx) in find_dynsym_sections()
Ddwarf_reader.cc1609 unsigned int symtab_shndx; in Sized_dwarf_line_info() local
1610 for (symtab_shndx = 0; symtab_shndx < object->shnum(); ++symtab_shndx) in Sized_dwarf_line_info()
1611 if (object->section_type(symtab_shndx) == elfcpp::SHT_SYMTAB) in Sized_dwarf_line_info()
1614 symtab_shndx, &this->symtab_buffer_size_, false); in Sized_dwarf_line_info()
Dincremental.cc206 unsigned int symtab_shndx = in find_incremental_inputs_sections() local
208 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found. in find_incremental_inputs_sections()
210 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx) in find_incremental_inputs_sections()
236 *p_symtab_shndx = symtab_shndx; in find_incremental_inputs_sections()
253 unsigned int symtab_shndx; in setup_readers() local
258 if (!this->find_incremental_inputs_sections(&inputs_shndx, &symtab_shndx, in setup_readers()
264 Location symtab_location(this->elf_file_.section_contents(symtab_shndx)); in setup_readers()
Dobject.cc79 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx) in initialize_symtab_xindex() argument
84 gold_assert(symtab_shndx != 0); in initialize_symtab_xindex()
93 && this->adjust_shndx(object->section_link(i)) == symtab_shndx) in initialize_symtab_xindex()
2106 const unsigned int symtab_shndx = this->symtab_shndx_; in do_count_local_symbols() local
2108 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2561 const unsigned int symtab_shndx = this->symtab_shndx_; in write_local_symbols() local
2563 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
Darm.cc6231 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx()) in section_needs_reloc_stub_scanning()
6504 const unsigned int symtab_shndx = this->symtab_shndx(); in do_count_local_symbols() local
6506 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
6941 const unsigned int symtab_shndx = this->symtab_shndx(); in do_read_symbols() local
6943 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols()
7027 gold_assert(this->symtab_shndx() != -1U); in update_output_local_symbol_count()
7028 if (this->symtab_shndx() == 0) in update_output_local_symbol_count()
7035 const unsigned int symtab_shndx = this->symtab_shndx(); in update_output_local_symbol_count() local
7037 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
Dreloc.cc1396 const unsigned int symtab_shndx = this->symtab_shndx_; in find_functions() local
1397 typename This::Shdr symtabshdr(pshdrs + symtab_shndx * This::shdr_size); in find_functions()
Dobject.h171 initialize_symtab_xindex(Object*, unsigned int symtab_shndx);
2412 symtab_shndx() const in symtab_shndx() function
Daarch64.cc1865 const unsigned int symtab_shndx = this->symtab_shndx(); in do_count_local_symbols() local
1867 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
2157 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx()) in section_needs_reloc_stub_scanning()
Dpowerpc.cc1878 const unsigned int symtab_shndx = this->symtab_shndx(); in do_read_symbols() local
1879 const unsigned char *psymtab = pshdrs + symtab_shndx * shdr_size; in do_read_symbols()
Dmips.cc5832 const unsigned int symtab_shndx = this->symtab_shndx(); in do_count_local_symbols() local
5834 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
DChangeLog15747 caller. Create .symtab_shndx section if needed.