Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Delf.c8984 int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
9015 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
9016 if (shndx1 == -1 || shndx2 == -1) in bfd_elf_match_symbols_in_sections()
9092 if ((unsigned int) shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
9094 else if ((unsigned int) shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
9162 if (isym->st_shndx == (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections()