Searched refs:nphdrs (Results 1 – 1 of 1) sorted by relevance
252 size_t nphdrs; in run_classify() local253 if (elf_getphdrnum (elf, &nphdrs) != 0) in run_classify()258 for (size_t phdr_idx = 0; phdr_idx < nphdrs; ++phdr_idx) in run_classify()