Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Ddwfl-report-segment-contiguous.c46 GElf_Phdr phdr1 = in main() local
57 int ndx = dwfl_report_segment (dwfl, 1, &phdr1, 0, dwfl); in main()
/third_party/elfutils/src/
Delfcmp.c615 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main() local
616 if (phdr1 == NULL) in main()
627 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0)) in main()
635 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
638 while (cnt < nregions && regionsarr[cnt].to < phdr1->p_offset) in main()
641 GElf_Off last = phdr1->p_offset; in main()
642 GElf_Off end = phdr1->p_offset + phdr1->p_filesz; in main()