Lines Matching refs:shentsize
510 u_int64_t shentsize; in main() local
613 shentsize = elf_get_quarter(e, e, E_SHENTSIZE); in main()
619 offset = elf_get_off(e, (char *)sh + shstrndx * shentsize, in main()
629 name = elf_get_word(e, (char *)sh + i * shentsize, SH_NAME); in main()
630 offset = elf_get_off(e, (char *)sh + i * shentsize, SH_OFFSET); in main()
660 v = (char *)sh + i * shentsize; in main()
726 u_int64_t shentsize; in elf_print_ehdr() local
743 shentsize = elf_get_quarter(e, e, E_SHENTSIZE); in elf_print_ehdr()
758 fprintf(out, "\te_shentsize: %jd\n", (intmax_t)shentsize); in elf_print_ehdr()
812 u_int64_t shentsize; in elf_print_shdr() local
834 shentsize = elf_get_quarter(e, e, E_SHENTSIZE); in elf_print_shdr()
838 v = (char *)sh + i * shentsize; in elf_print_shdr()