Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:phentsize

124   uint_fast16_t phentsize;
139 phentsize = ehdr.e32.e_phentsize;
140 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
151 phentsize = ehdr.e64.e_phentsize;
152 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
166 xlatefrom.d_size = phnum * phentsize;
168 if ((size_t) nread >= phoff + phnum * phentsize)
175 if (initial_bufsize < phnum * phentsize)
177 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
187 phnum * phentsize, phnum * phentsize);