Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcmp.c224 size_t phnum1; in main() local
226 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0)) in main()
232 if (unlikely (phnum1 != phnum2)) in main()
562 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
597 for (unsigned int ndx = 0; ndx < phnum1; ++ndx) in main()