Searched refs:elf_auxargs (Results 1 – 1 of 1) sorted by relevance
1103 Elf_Auxargs *elf_auxargs; in __CONCAT() local1409 elf_auxargs = malloc(sizeof(Elf_Auxargs), M_TEMP, M_NOWAIT); in __CONCAT()1410 if (elf_auxargs == NULL) { in __CONCAT()1412 elf_auxargs = malloc(sizeof(Elf_Auxargs), M_TEMP, M_WAITOK); in __CONCAT()1415 elf_auxargs->execfd = -1; in __CONCAT()1416 elf_auxargs->phdr = proghdr + imgp->et_dyn_addr; in __CONCAT()1417 elf_auxargs->phent = hdr->e_phentsize; in __CONCAT()1418 elf_auxargs->phnum = hdr->e_phnum; in __CONCAT()1419 elf_auxargs->pagesz = PAGE_SIZE; in __CONCAT()1420 elf_auxargs->base = addr; in __CONCAT()[all …]