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

/haiku-buildtools/binutils/gold/
H A Ddwarf_reader.cc431 unsigned int shndx1 = 0; local
435 shndx1 = this->lookup_reloc(offset, &start);
440 if (shndx1 == 0 && start == 0 && end == 0)
446 if (shndx1 == 0 && start == -1)
448 else if (shndx1 == shndx2)
450 if (shndx1 == 0 || object->is_section_included(shndx1))
451 ranges->add(shndx1, base + start, base + end);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c8579 int shndx1, shndx2;
8611 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1);
8613 if (shndx1 == -1 || shndx2 == -1)
8647 if (isym->st_shndx == (unsigned int) shndx1)
8654 if (count1 && isym->st_shndx != (unsigned int) shndx1)
8568 int shndx1, shndx2; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c7530 unsigned int shndx1, shndx2;
7544 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1);
7546 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD)
7603 if (shndx1 < ssymbuf1[mid].st_shndx)
7605 else if (shndx1 > ssymbuf1[mid].st_shndx)
7691 if (isym->st_shndx == shndx1)
7519 unsigned int shndx1, shndx2; local

Completed in 93 milliseconds