Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-hppa.c527 unsigned int highest_shndx; in elf64_hppa_check_relocs() local
552 highest_shndx = 0; in elf64_hppa_check_relocs()
556 if (isym->st_shndx > highest_shndx in elf64_hppa_check_relocs()
558 highest_shndx = isym->st_shndx; in elf64_hppa_check_relocs()
563 highest_shndx++; in elf64_hppa_check_relocs()
564 amt = highest_shndx; in elf64_hppa_check_relocs()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-hppa.c526 unsigned int highest_shndx; in elf64_hppa_check_relocs() local
551 highest_shndx = 0; in elf64_hppa_check_relocs()
555 if (isym->st_shndx > highest_shndx in elf64_hppa_check_relocs()
557 highest_shndx = isym->st_shndx; in elf64_hppa_check_relocs()
562 highest_shndx++; in elf64_hppa_check_relocs()
563 amt = highest_shndx; in elf64_hppa_check_relocs()