Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Diccfix.c37 size_t shentsize = ehdr->e_shentsize; in ICCFIX() local
40 ( ehdr->e_shstrndx * shentsize ) ); in ICCFIX()
43 for ( ; shnum-- ; shdr = ( ( ( void * ) shdr ) + shentsize ) ) { in ICCFIX()
/external/elfutils/tests/
Delfshphehdr.c142 size_t shentsize = (class == ELFCLASS32 in test() local
144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c327 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync() local
334 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()
Drelocate.c554 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section() local
555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section()
DChangeLog385 actually used ehsize, shentsize and phentsize.