Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dobject.cc989 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group() local
993 if (symndx >= symshdr.get_sh_size() / This::sym_size) in include_section_group()
999 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; in include_section_group()
1007 psymnamesu = this->section_contents(this->adjust_shndx(symshdr.get_sh_link()), in include_section_group()