HomeSort by: relevance | last modified time | path
    Searched refs:elf_args (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/compat/linux/arch/powerpc/
linux_exec_powerpc.c 71 struct elf_args *ap;
104 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 117 struct elf_args *ap;
138 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
  /src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c 129 struct elf_args *ap;
147 ap = (struct elf_args *)pack->ep_emul_arg;
  /src/sys/kern/
exec_elf.c 160 struct elf_args *ap;
173 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
658 struct elf_args *ap;
1138 struct elf_args *ap = arg;
  /src/sys/compat/linux/common/
linux_exec_elf32.c 487 struct elf_args *ap;
507 if ((ap = (struct elf_args *)pack->ep_emul_arg)) {
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 1297 struct elf_args { struct
  /src/sys/sys/
exec_elf.h 1486 struct elf_args { struct
  /src/tools/arm-elf2aout/sys/
exec_elf.h 1326 struct elf_args { struct
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 1326 struct elf_args { struct

Completed in 25 milliseconds