Lines Matching defs:phentsize
134 uint_fast16_t phentsize;
149 phentsize = ehdr.e32.e_phentsize;
150 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
161 phentsize = ehdr.e64.e_phentsize;
162 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
176 xlatefrom.d_size = phnum * phentsize;
178 if ((size_t) nread >= phoff + phnum * phentsize)
185 if (initial_bufsize < phnum * phentsize)
187 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
196 phnum * phentsize, phnum * phentsize);