Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dobject.cc963 unsigned int sym_shndx = this->adjust_sym_shndx(symndx, in include_section_group() local
966 if (!is_ordinary || sym_shndx >= this->shnum()) in include_section_group()
969 symndx, sym_shndx); in include_section_group()
972 typename This::Shdr member_shdr(shdrs + sym_shndx * This::shdr_size); in include_section_group()
Dreloc.cc1418 unsigned int sym_shndx = this->adjust_sym_shndx(i, isym.get_st_shndx(), in find_functions() local
1420 if (!is_ordinary || sym_shndx != shndx) in find_functions()