Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
H A Delfshphehdr.c142 size_t shentsize = (class == ELFCLASS32 in test() local
144 check ("e_shentsize", ehdr.e_shentsize == shentsize); in test()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c331 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT); in find_prelink_address_sync()
338 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()
H A Drelocate.c584 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT); in relocate_section()
585 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section()

Completed in 4 milliseconds