Home
last modified time | relevance | path

Searched refs:shsize (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/posix/
Dfile.c53 int phentsize, phnum, shsize, shnum; local
101 shsize = elf_int(toybuf+46+12*bits, 2);
138 char *shdr = map+shoff+i*shsize;
/external/elfutils/src/
Dunstrip.c1052 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr); in find_alloc_sections_prelink() local
1053 if (unlikely ((shnum - 1) > SIZE_MAX / shsize)) in find_alloc_sections_prelink()
1056 const size_t shdr_bytes = (shnum - 1) * shsize; in find_alloc_sections_prelink()