Lines Matching defs:phdrs
284 Elf64_Phdr *phdrs, *phdr;287 Elf32_Phdr *phdrs, *phdr;301 phdrs = malloc(sizeof(*phdrs) * ehdr.e_phnum);302 if (!phdrs)303 error("Failed to allocate space for phdrs");305 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum);308 phdr = &phdrs[i];328 free(phdrs);