Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcmp.c404 struct region phdr_region; in main() local
409 ehdr_region.next = &phdr_region; in main()
411 phdr_region.from = ehdr1->e_phoff; in main()
412 phdr_region.to = ehdr1->e_phoff + ehdr1->e_phnum * ehdr1->e_phentsize; in main()
413 phdr_region.next = regions; in main()