Home
last modified time | relevance | path

Searched refs:large_shndx_offset (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h179 large_shndx_offset() in large_shndx_offset() function
186 large_shndx_offset() const in large_shndx_offset() function
DChangeLog19 (Elf_file::large_shndx_offset): New const function.
342 (Elf_file::large_shndx_offset): New function.
/toolchain/binutils/binutils-2.25/gold/
Ddynobj.cc132 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); in find_dynsym_sections()
160 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); in find_dynsym_sections()
194 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); in find_dynsym_sections()
464 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); in do_initialize_xindex()
Ddynobj.h293 shndx += this->elf_file_.large_shndx_offset(); in adjust_shndx()
Dobject.h163 Xindex(int large_shndx_offset) in Xindex() argument
164 : large_shndx_offset_(large_shndx_offset), symtab_xindex_() in Xindex()
2396 shndx += this->elf_file_.large_shndx_offset(); in adjust_shndx()
Dobject.cc486 new Xindex(this->elf_file_.large_shndx_offset()); in find_symtab()
515 Xindex* xindex = new Xindex(this->elf_file_.large_shndx_offset()); in do_initialize_xindex()