Searched refs:elf_auxargs (Results 1 – 1 of 1) sorted by relevance
737 Elf_Auxargs *elf_auxargs; in __CONCAT() local1029 elf_auxargs = malloc(sizeof(Elf_Auxargs), M_TEMP, M_WAITOK); in __CONCAT()1030 elf_auxargs->execfd = -1; in __CONCAT()1031 elf_auxargs->phdr = proghdr; in __CONCAT()1032 elf_auxargs->phent = hdr->e_phentsize; in __CONCAT()1033 elf_auxargs->phnum = hdr->e_phnum; in __CONCAT()1034 elf_auxargs->pagesz = PAGE_SIZE; in __CONCAT()1035 elf_auxargs->base = addr; in __CONCAT()1036 elf_auxargs->flags = 0; in __CONCAT()1037 elf_auxargs->entry = entry; in __CONCAT()[all …]