HomeSort by relevance Sort by last modified time
    Searched full:phdr1 (Results 1 - 1 of 1) sorted by null

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

Completed in 159 milliseconds