Searched refs:phdr_region (Results 1 – 1 of 1) sorted by relevance
570 struct region phdr_region; in main() local575 ehdr_region.next = &phdr_region; in main()577 phdr_region.from = ehdr1->e_phoff; in main()578 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()579 phdr_region.next = regions; in main()