Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcmp.c600 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main() local
601 if (phdr1 == NULL) in main()
612 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0)) in main()
620 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
623 while (cnt < nregions && regionsarr[cnt].to < phdr1->p_offset) in main()
626 GElf_Off last = phdr1->p_offset; in main()
627 GElf_Off end = phdr1->p_offset + phdr1->p_filesz; in main()