HomeSort by: relevance | last modified time | path
    Searched defs:shndx2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8757 unsigned int shndx1, shndx2;
8773 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2);
8774 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD)
8870 if (shndx2 < ssymbuf2[mid].st_shndx)
8872 else if (shndx2 > ssymbuf2[mid].st_shndx)
8963 if (isym->st_shndx == shndx2
8746 unsigned int shndx1, shndx2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8749 unsigned int shndx1, shndx2;
8765 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2);
8766 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD)
8862 if (shndx2 < ssymbuf2[mid].st_shndx)
8864 else if (shndx2 > ssymbuf2[mid].st_shndx)
8955 if (isym->st_shndx == shndx2
8738 unsigned int shndx1, shndx2; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8680 unsigned int shndx1, shndx2;
8696 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2);
8697 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD)
8793 if (shndx2 < ssymbuf2[mid].st_shndx)
8795 else if (shndx2 > ssymbuf2[mid].st_shndx)
8886 if (isym->st_shndx == shndx2
8669 unsigned int shndx1, shndx2; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8667 unsigned int shndx1, shndx2;
8683 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2);
8684 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD)
8780 if (shndx2 < ssymbuf2[mid].st_shndx)
8782 else if (shndx2 > ssymbuf2[mid].st_shndx)
8869 if (isym->st_shndx == shndx2
8656 unsigned int shndx1, shndx2; local

Completed in 62 milliseconds