Home
last modified time | relevance | path

Searched refs:elf_auxargs (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dimgact_elf.c1072 Elf_Auxargs *elf_auxargs; in __CONCAT() local
1318 if (elf_auxargs == NULL) { in __CONCAT()
1323 elf_auxargs->execfd = -1; in __CONCAT()
1325 elf_auxargs->phent = hdr->e_phentsize; in __CONCAT()
1326 elf_auxargs->phnum = hdr->e_phnum; in __CONCAT()
1327 elf_auxargs->pagesz = PAGE_SIZE; in __CONCAT()
1328 elf_auxargs->base = addr; in __CONCAT()
1329 elf_auxargs->flags = 0; in __CONCAT()
1330 elf_auxargs->entry = entry; in __CONCAT()
1331 elf_auxargs->hdr_eflags = hdr->e_flags; in __CONCAT()
[all …]