Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c164 .emul_path = NULL,
176 .emul_path = NULL,
203 .emul_path = NULL,
218 .emul_path = NULL,
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c93 .emul_path = NULL,
109 .emul_path = NULL,
125 .emul_path = NULL,
/f-stack/freebsd/sys/
H A Dimgact_elf.h84 const char *emul_path; member
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c116 .emul_path = NULL,
H A Delf_machdep.c102 .emul_path = NULL,
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c865 .emul_path = linux_emul_path,
877 .emul_path = linux_emul_path,
889 .emul_path = linux_emul_path,
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c107 .emul_path = NULL,
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c98 .emul_path = NULL,
H A Dfreebsd32_machdep.c114 .emul_path = NULL,
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c985 .emul_path = linux_emul_path,
997 .emul_path = linux_emul_path,
1009 .emul_path = linux_emul_path,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c1008 .emul_path = linux_emul_path,
1020 .emul_path = linux_emul_path,
1032 .emul_path = linux_emul_path,
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c503 .emul_path = linux_emul_path,
/f-stack/freebsd/kern/
H A Dimgact_elf.c1032 if (brand_info->emul_path != NULL && in __elfN()
1033 brand_info->emul_path[0] != '\0') { in __elfN()
1036 brand_info->emul_path, interp); in __elfN()