Home
last modified time | relevance | path

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

/freebsd/usr.bin/elfdump/
H A Delfdump.c510 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
[all …]