Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Delfcmp.c547 struct region phdr_region; in main() local
552 ehdr_region.next = &phdr_region; in main()
554 phdr_region.from = ehdr1->e_phoff; in main()
555 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
556 phdr_region.next = regions; in main()