Home | History | Annotate | Download | only in src

Lines Matching refs:shnum

657       size_t shnum;
659 if (elf_getshnum (fileinfo->elf, &shnum) < 0)
665 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
672 NULL, shnum);
696 buf, sizeof (buf), NULL, shnum);
1621 size_t shnum;
1622 assert (elf_getshnum (fileinfo->elf, &shnum) == 0);
1623 assert (shndx < shnum);