Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwarf_reader.cc448 unsigned int shndx1 = 0; in read_range_list() local
452 shndx1 = this->lookup_reloc(offset, &start); in read_range_list()
457 if (shndx1 == 0 && start == 0 && end == 0) in read_range_list()
463 if (shndx1 == 0 && start == -1) in read_range_list()
465 else if (shndx1 == shndx2) in read_range_list()
467 if (shndx1 == 0 || object->is_section_included(shndx1)) in read_range_list()
468 ranges->add(shndx1, base + start, base + end); in read_range_list()
510 unsigned int shndx1 = 0; in read_range_list_v5() local
558 shndx1 = this->lookup_reloc(offset, &start); in read_range_list_v5()
560 if (shndx1 != shndx2) in read_range_list_v5()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delflink.c8656 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8671 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1); in bfd_elf_match_symbols_in_sections()
8673 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
8742 if (shndx1 < ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8744 else if (shndx1 > ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8851 if (isym->st_shndx == shndx1 in bfd_elf_match_symbols_in_sections()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delflink.c8482 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8497 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1); in bfd_elf_match_symbols_in_sections()
8499 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
8568 if (shndx1 < ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8570 else if (shndx1 > ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8677 if (isym->st_shndx == shndx1 in bfd_elf_match_symbols_in_sections()