Searched refs:phentsize (Results 1 – 1 of 1) sorted by relevance
508 u_int64_t phentsize; in main() local611 phentsize = elf_get_quarter(e, e, E_PHENTSIZE); in main()643 v = (char *)p + i * phentsize; in main()724 u_int64_t phentsize; in elf_print_ehdr() local741 phentsize = elf_get_quarter(e, e, E_PHENTSIZE); in elf_print_ehdr()756 fprintf(out, "\te_phentsize: %jd\n", (intmax_t)phentsize); in elf_print_ehdr()770 u_int64_t phentsize; in elf_print_phdr() local783 phentsize = elf_get_quarter(e, e, E_PHENTSIZE); in elf_print_phdr()787 v = (char *)p + i * phentsize; in elf_print_phdr()