Home
last modified time | relevance | path

Searched refs:ehsize (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
Drelocate.c572 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section() local
573 if (unlikely (shdr->sh_offset < ehsize in relocate_section()
574 || tshdr->sh_offset < ehsize)) in relocate_section()
DChangeLog991 actually used ehsize, shentsize and phentsize.
/external/toybox/toys/pending/
Dreadelf.c351 int type, machine, version, flags, entry, ehsize, phnum, shstrndx, i, j, w; in scan_elf() local
373 ehsize = elf_short(&hdr); in scan_elf()
401 printf(" Size of this header: %d (bytes)\n", ehsize); in scan_elf()