Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfclassify.c252 size_t nphdrs; in run_classify() local
253 if (elf_getphdrnum (elf, &nphdrs) != 0) in run_classify()
258 for (size_t phdr_idx = 0; phdr_idx < nphdrs; ++phdr_idx) in run_classify()