Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:phentsize

328   size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT);
335 || ehdr.e32.e_phentsize != phentsize)
343 || ehdr.e64.e_phentsize != phentsize)
353 + phnum * phentsize
385 src.d_size = phnum * phentsize;