Lines Matching defs:phentsize
124 uint_fast16_t phentsize;
139 phentsize = ehdr.e32.e_phentsize;
140 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
156 phentsize = ehdr.e64.e_phentsize;
157 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
172 xlatefrom.d_size = phnum * phentsize;
174 if ((size_t) nread >= phoff + phnum * phentsize)
181 if (initial_bufsize < (size_t)phnum * phentsize)
183 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
193 phnum * phentsize, phnum * phentsize);