| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | incremental-dump.cc | 232 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()
|
| HD | dwarf_reader.cc | 1593 unsigned int symtab_shndx; in Sized_dwarf_line_info() local 1594 for (symtab_shndx = 0; symtab_shndx < object->shnum(); ++symtab_shndx) in Sized_dwarf_line_info() 1595 if (object->section_type(symtab_shndx) == elfcpp::SHT_SYMTAB) in Sized_dwarf_line_info() 1598 symtab_shndx, &this->symtab_buffer_size_, false); in Sized_dwarf_line_info()
|
| HD | dynobj.cc | 116 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()
|
| HD | object.cc | 80 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx) in initialize_symtab_xindex() argument 85 gold_assert(symtab_shndx != 0); in initialize_symtab_xindex() 94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx) in initialize_symtab_xindex() 2170 const unsigned int symtab_shndx = this->symtab_shndx_; in do_count_local_symbols() local 2172 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols() 2634 const unsigned int symtab_shndx = this->symtab_shndx_; in write_local_symbols() local 2636 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
|
| HD | incremental.cc | 206 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()
|
| HD | arm.cc | 6202 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx()) in section_needs_reloc_stub_scanning() 6475 const unsigned int symtab_shndx = this->symtab_shndx(); in do_count_local_symbols() local 6477 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols() 6912 const unsigned int symtab_shndx = this->symtab_shndx(); in do_read_symbols() local 6914 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols() 6998 gold_assert(this->symtab_shndx() != -1U); in update_output_local_symbol_count() 6999 if (this->symtab_shndx() == 0) in update_output_local_symbol_count() 7006 const unsigned int symtab_shndx = this->symtab_shndx(); in update_output_local_symbol_count() local 7008 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
|
| HD | reloc.cc | 1377 const unsigned int symtab_shndx = this->symtab_shndx_; in find_functions() local 1378 typename This::Shdr symtabshdr(pshdrs + symtab_shndx * This::shdr_size); in find_functions()
|
| HD | object.h | 172 initialize_symtab_xindex(Object*, unsigned int symtab_shndx); 2527 symtab_shndx() const in symtab_shndx() function
|
| HD | aarch64.cc | 1865 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()
|
| HD | powerpc.cc | 1927 const unsigned int symtab_shndx = this->symtab_shndx(); in do_read_symbols() local 1928 const unsigned char *psymtab = pshdrs + symtab_shndx * shdr_size; in do_read_symbols()
|
| HD | mips.cc | 6701 const unsigned int symtab_shndx = this->symtab_shndx(); in do_count_local_symbols() local 6703 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
|
| /dragonfly/contrib/gcc-8.0/libbacktrace/ |
| HD | elf.c | 2657 unsigned int symtab_shndx; in elf_add() local 2812 symtab_shndx = 0; in elf_add() 2828 symtab_shndx = i; in elf_add() 2920 if (symtab_shndx == 0) in elf_add() 2921 symtab_shndx = dynsym_shndx; in elf_add() 2922 if (symtab_shndx != 0 && !debuginfo) in elf_add() 2929 symtab_shdr = &shdrs[symtab_shndx - 1]; in elf_add()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | dwarf_reader.cc | 1608 unsigned int symtab_shndx; in Sized_dwarf_line_info() local 1609 for (symtab_shndx = 0; symtab_shndx < object->shnum(); ++symtab_shndx) in Sized_dwarf_line_info() 1610 if (object->section_type(symtab_shndx) == elfcpp::SHT_SYMTAB) in Sized_dwarf_line_info() 1613 symtab_shndx, &this->symtab_buffer_size_, false); in Sized_dwarf_line_info()
|
| HD | dynobj.cc | 116 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()
|
| HD | incremental.cc | 207 unsigned int symtab_shndx = in find_incremental_inputs_sections() local 209 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found. in find_incremental_inputs_sections() 211 if (this->elf_file_.section_link(symtab_shndx) != inputs_shndx) in find_incremental_inputs_sections() 237 *p_symtab_shndx = symtab_shndx; in find_incremental_inputs_sections() 254 unsigned int symtab_shndx; in setup_readers() local 259 if (!this->find_incremental_inputs_sections(&inputs_shndx, &symtab_shndx, in setup_readers() 265 Location symtab_location(this->elf_file_.section_contents(symtab_shndx)); in setup_readers()
|
| HD | object.cc | 80 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx) in initialize_symtab_xindex() argument 85 gold_assert(symtab_shndx != 0); in initialize_symtab_xindex() 94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx) in initialize_symtab_xindex() 2288 const unsigned int symtab_shndx = this->symtab_shndx_; in do_count_local_symbols() local 2290 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols() 2761 const unsigned int symtab_shndx = this->symtab_shndx_; in write_local_symbols() local 2763 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
|
| HD | reloc.cc | 1400 const unsigned int symtab_shndx = this->symtab_shndx_; in find_functions() local 1401 typename This::Shdr symtabshdr(pshdrs + symtab_shndx * This::shdr_size); in find_functions()
|
| HD | object.h | 173 initialize_symtab_xindex(Object*, unsigned int symtab_shndx); 2542 symtab_shndx() const in symtab_shndx() function
|