HomeSort by relevance Sort by last modified time
    Searched refs:symtab_shndx (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 232 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);
dynobj.cc 116 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)
    [all...]
incremental.cc 206 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));
    [all...]
object.cc 74 // section and read it in. SYMTAB_SHNDX is the index of the symbol
79 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx)
84 gold_assert(symtab_shndx != 0);
93 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
2106 const unsigned int symtab_shndx = this->symtab_shndx_; local
2561 const unsigned int symtab_shndx = this->symtab_shndx_; local
    [all...]
dwarf_reader.cc 1609 unsigned int symtab_shndx; local
    [all...]
object.h 171 initialize_symtab_xindex(Object*, unsigned int symtab_shndx);
    [all...]
arm.cc     [all...]
reloc.cc 1396 const unsigned int symtab_shndx = this->symtab_shndx_; local
    [all...]
aarch64.cc 1865 const unsigned int symtab_shndx = this->symtab_shndx(); local
    [all...]
powerpc.cc 1878 const unsigned int symtab_shndx = this->symtab_shndx(); local
    [all...]
mips.cc 5832 const unsigned int symtab_shndx = this->symtab_shndx(); local
    [all...]
  /external/valgrind/VEX/switchback/
linker.c 525 int symtab_shndx = shdr[shnum].sh_link;
527 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
530 target_shndx, symtab_shndx ));
651 int symtab_shndx = shdr[shnum].sh_link;
653 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
656 target_shndx, symtab_shndx ));
    [all...]
  /external/valgrind/VEX/unused/
linker.c 429 int symtab_shndx = shdr[shnum].sh_link; local
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
434 target_shndx, symtab_shndx ));
555 int symtab_shndx = shdr[shnum].sh_link; local
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
560 target_shndx, symtab_shndx ));
    [all...]

Completed in 243 milliseconds