Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/ia32/
HDia32_sysvec.c153 .emul_path = NULL,
169 .emul_path = NULL,
185 .emul_path = NULL,
/freebsd-13-stable/sys/i386/i386/
HDelf_machdep.c100 .emul_path = NULL,
116 .emul_path = NULL,
132 .emul_path = NULL,
/freebsd-13-stable/sys/amd64/amd64/
HDelf_machdep.c187 .emul_path = NULL,
199 .emul_path = NULL,
226 .emul_path = NULL,
241 .emul_path = NULL,
/freebsd-13-stable/sys/powerpc/powerpc/
HDelf64_machdep.c157 .emul_path = NULL,
174 .emul_path = NULL,
191 .emul_path = NULL,
HDelf32_machdep.c147 .emul_path = NULL,
167 .emul_path = NULL,
/freebsd-13-stable/sys/sys/
HDimgact_elf.h84 const char *emul_path; member
/freebsd-13-stable/sys/amd64/linux/
HDlinux_sysvec.c878 .emul_path = linux_emul_path,
890 .emul_path = linux_emul_path,
902 .emul_path = linux_emul_path,
/freebsd-13-stable/sys/i386/linux/
HDlinux_sysvec.c810 .emul_path = linux_emul_path,
822 .emul_path = linux_emul_path,
834 .emul_path = linux_emul_path,
/freebsd-13-stable/sys/arm/arm/
HDelf_machdep.c113 .emul_path = NULL,
/freebsd-13-stable/sys/compat/linux/
HDlinux_util.c76 SYSCTL_STRING(_compat_linux, OID_AUTO, emul_path, CTLFLAG_RWTUN,
/freebsd-13-stable/sys/arm64/arm64/
HDelf_machdep.c108 .emul_path = NULL,
HDelf32_machdep.c148 .emul_path = NULL,
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_sysvec.c973 .emul_path = linux_emul_path,
985 .emul_path = linux_emul_path,
997 .emul_path = linux_emul_path,
/freebsd-13-stable/sys/mips/mips/
HDelf_machdep.c102 .emul_path = NULL,
HDfreebsd32_machdep.c118 .emul_path = NULL,
/freebsd-13-stable/sys/riscv/riscv/
HDelf_machdep.c122 .emul_path = NULL,
/freebsd-13-stable/sys/arm64/linux/
HDlinux_sysvec.c614 .emul_path = linux_emul_path,
/freebsd-13-stable/sys/kern/
HDimgact_elf.c1065 if (brand_info->emul_path != NULL && in __elfN()
1066 brand_info->emul_path[0] != '\0') { in __elfN()
1069 brand_info->emul_path, interp); in __elfN()