Searched refs:shentsize (Results 1 – 5 of 5) sorted by relevance
37 size_t shentsize = ehdr->e_shentsize; in ICCFIX() local40 ( ehdr->e_shstrndx * shentsize ) ); in ICCFIX()43 for ( ; shnum-- ; shdr = ( ( ( void * ) shdr ) + shentsize ) ) { in ICCFIX()
142 size_t shentsize = (class == ELFCLASS32 in test() local144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
327 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync() local334 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync()342 if (ehdr.e64.e_shentsize != shentsize in find_prelink_address_sync()354 + (shnum - 1) * shentsize))) in find_prelink_address_sync()
554 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section() local555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section()
385 actually used ehsize, shentsize and phentsize.