Searched refs:shentsize (Results 1 – 4 of 4) sorted by relevance
142 size_t shentsize = (class == ELFCLASS32 in test() local144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
332 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync() local339 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync()347 if (ehdr.e64.e_shentsize != shentsize in find_prelink_address_sync()359 + (shnum - 1) * shentsize))) in find_prelink_address_sync()
582 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section() local583 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section()
716 actually used ehsize, shentsize and phentsize.