Searched refs:ehsize (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/libdwfl/ |
D | relocate.c | 574 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section() local 575 if (unlikely (shdr->sh_offset < ehsize in relocate_section() 576 || tshdr->sh_offset < ehsize)) in relocate_section()
|
D | ChangeLog | 1264 actually used ehsize, shentsize and phentsize.
|
/external/toybox/toys/other/ |
D | readelf.c | 358 int type, machine, version, flags, entry, ehsize, phnum, shstrndx, i, j, w; in scan_elf() local 376 ehsize = elf_short(&hdr); in scan_elf() 404 printf(" Size of this header: %d (bytes)\n", ehsize); in scan_elf()
|