Searched refs:shsize (Results 1 – 2 of 2) sorted by relevance
53 int phentsize, phnum, shsize, shnum; local101 shsize = elf_int(toybuf+46+12*bits, 2);138 char *shdr = map+shoff+i*shsize;
1052 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr); in find_alloc_sections_prelink() local1053 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()