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

/haiku-buildtools/gcc/libbacktrace/
H A Delf.c538 unsigned int symtab_shndx; local
672 symtab_shndx = 0;
688 symtab_shndx = i;
712 if (symtab_shndx == 0)
713 symtab_shndx = dynsym_shndx;
714 if (symtab_shndx != 0)
721 symtab_shdr = &shdrs[symtab_shndx - 1];
/haiku-buildtools/binutils/gold/
H A Dincremental-dump.cc232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB); local
233 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found.
238 Location symtab_location(elf_file.section_contents(symtab_shndx));
243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx);
H A Ddwarf_reader.cc1593 unsigned int symtab_shndx; local
1594 for (symtab_shndx = 0; symtab_shndx < object->shnum(); ++symtab_shndx)
1595 if (object->section_type(symtab_shndx) == elfcpp::SHT_SYMTAB)
1598 symtab_shndx, &this->symtab_buffer_size_, false);
H A Ddynobj.cc116 unsigned int symtab_shndx = 0; local
140 symtab_shndx = i;
189 if (this->dynsym_shndx_ == -1U && symtab_shndx != 0)
191 this->dynsym_shndx_ = symtab_shndx;
192 if (xindex_shndx > 0 && xindex_link == symtab_shndx)
H A Dincremental.cc206 unsigned int symtab_shndx = local
208 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found.
210 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx)
236 *p_symtab_shndx = symtab_shndx;
253 unsigned int symtab_shndx; local
258 if (!this->find_incremental_inputs_sections(&inputs_shndx, &symtab_shndx,
264 Location symtab_location(this->elf_file_.section_contents(symtab_shndx));
H A Dobject.cc80 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx) argument
85 gold_assert(symtab_shndx != 0);
94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
2170 const unsigned int symtab_shndx = this->symtab_shndx_; local
2172 this->elf_file_.section_header(symtab_shndx));
2632 const unsigned int symtab_shndx = this->symtab_shndx_; local
2634 this->elf_file_.section_header(symtab_shndx));
H A Darm.cc6234 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx())
6507 const unsigned int symtab_shndx = this->symtab_shndx();
6509 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));
7018 const unsigned int symtab_shndx = this->symtab_shndx();
7020 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));
7104 gold_assert(this->symtab_shndx() != -1U);
7105 if (this->symtab_shndx() == 0)
7112 const unsigned int symtab_shndx
[all...]
H A Dreloc.cc1400 const unsigned int symtab_shndx = this->symtab_shndx_; local
1401 typename This::Shdr symtabshdr(pshdrs + symtab_shndx * This::shdr_size);
H A Dobject.h172 initialize_symtab_xindex(Object*, unsigned int symtab_shndx);
2527 symtab_shndx() const
H A Daarch64.cc1892 const unsigned int symtab_shndx = this->symtab_shndx(); local
1894 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));
2199 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx())
H A Dmips.cc6701 const unsigned int symtab_shndx = this->symtab_shndx(); local
6703 symtabshdr(this, this->elf_file()->section_header(symtab_shndx));
H A Dpowerpc.cc2100 const unsigned int symtab_shndx = this->symtab_shndx(); local
2101 const unsigned char *psymtab = pshdrs + symtab_shndx * shdr_size;

Completed in 400 milliseconds