Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/ia32/
H A Dia32_sysvec.c147 .emul_path = NULL,
163 .emul_path = NULL,
179 .emul_path = NULL,
/freebsd-13.1/sys/i386/i386/
H A Delf_machdep.c96 .emul_path = NULL,
112 .emul_path = NULL,
128 .emul_path = NULL,
/freebsd-13.1/sys/amd64/amd64/
H A Delf_machdep.c176 .emul_path = NULL,
188 .emul_path = NULL,
215 .emul_path = NULL,
230 .emul_path = NULL,
/freebsd-13.1/sys/powerpc/powerpc/
H A Delf64_machdep.c149 .emul_path = NULL,
166 .emul_path = NULL,
183 .emul_path = NULL,
H A Delf32_machdep.c145 .emul_path = NULL,
165 .emul_path = NULL,
/freebsd-13.1/sys/sys/
H A Dimgact_elf.h84 const char *emul_path; member
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysvec.c844 .emul_path = linux_emul_path,
856 .emul_path = linux_emul_path,
868 .emul_path = linux_emul_path,
/freebsd-13.1/sys/arm64/arm64/
H A Delf32_machdep.c127 .emul_path = NULL,
H A Delf_machdep.c105 .emul_path = NULL,
/freebsd-13.1/sys/arm/arm/
H A Delf_machdep.c110 .emul_path = NULL,
/freebsd-13.1/sys/compat/linux/
H A Dlinux_util.c89 SYSCTL_STRING(_compat_linux, OID_AUTO, emul_path, CTLFLAG_RWTUN,
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysvec.c988 .emul_path = linux_emul_path,
1000 .emul_path = linux_emul_path,
1012 .emul_path = linux_emul_path,
/freebsd-13.1/sys/mips/mips/
H A Delf_machdep.c100 .emul_path = NULL,
H A Dfreebsd32_machdep.c114 .emul_path = NULL,
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c1006 .emul_path = linux_emul_path,
1018 .emul_path = linux_emul_path,
1030 .emul_path = linux_emul_path,
/freebsd-13.1/sys/riscv/riscv/
H A Delf_machdep.c119 .emul_path = NULL,
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysvec.c510 .emul_path = linux_emul_path,
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c1057 if (brand_info->emul_path != NULL && in __elfN()
1058 brand_info->emul_path[0] != '\0') { in __elfN()
1061 brand_info->emul_path, interp); in __elfN()