Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcmp.c554 struct region phdr_region; in main() local
559 ehdr_region.next = &phdr_region; in main()
561 phdr_region.from = ehdr1->e_phoff; in main()
562 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
563 phdr_region.next = regions; in main()