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

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

Completed in 94 milliseconds