Searched refs:shndx2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8995 int shndx1, shndx2;
9026 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2);
9027 if (shndx1 == -1 || shndx2 == -1)
9103 if ((unsigned int) shndx2 < ssymbuf2[mid].st_shndx)
9105 else if ((unsigned int) shndx2 > ssymbuf2[mid].st_shndx)
9173 if (isym->st_shndx == (unsigned int) shndx2)
8984 int shndx1, shndx2; local

Completed in 115 milliseconds