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()
331 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync() local338 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync()346 if (ehdr.e64.e_shentsize != shentsize in find_prelink_address_sync()358 + (shnum - 1) * shentsize))) in find_prelink_address_sync()
584 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section() local585 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section()
1264 actually used ehsize, shentsize and phentsize.