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

  /toolchain/binutils/binutils-2.27/gold/
object.cc 72 // Class Xindex.
80 Xindex::initialize_symtab_xindex(Object* object, unsigned int symtab_shndx)
110 Xindex::read_symtab_xindex(Object* object, unsigned int xindex_shndx,
141 Xindex::sym_xindex_to_shndx(Object* object, unsigned int symndx)
533 Xindex* xindex = local
534 new Xindex(this->elf_file_.large_shndx_offset());
535 xindex->read_symtab_xindex<size, big_endian>(this,
538 this->set_xindex(xindex);
555 // Return the Xindex structure to use for object with lots o
563 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); local
    [all...]
dynobj.cc 132 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); local
133 xindex->read_symtab_xindex<size, big_endian>(this, xindex_shndx,
135 this->set_xindex(xindex);
160 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); local
161 xindex->read_symtab_xindex<size, big_endian>(this, xindex_shndx,
163 this->set_xindex(xindex);
194 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); local
464 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); local
    [all...]
object.h 158 // The Xindex class manages section indexes for objects with more than
161 class Xindex
164 Xindex(int large_shndx_offset)
964 // Return the Xindex structure to use.
965 virtual Xindex*
998 // Let the child class initialize the xindex object directly.
1000 set_xindex(Xindex* xindex)
1003 this->xindex_ = xindex;
1083 Xindex* xindex_
    [all...]
dynobj.h 270 // Return the Xindex structure to use.
271 Xindex*
plugin.h 546 // Return the Xindex structure to use.
547 Xindex*
incremental.h     [all...]
incremental.cc     [all...]
dwp.cc 352 // Return the Xindex structure to use.
353 Xindex*
    [all...]
plugin.cc     [all...]

Completed in 119 milliseconds