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

  /src/sys/compat/common/
compat_util.h 79 int compat_elf_check_interp(struct exec_package *, char *, const char *);
compat_util.c 125 compat_elf_check_interp(struct exec_package *epp, function in typeref:typename:int
  /src/sys/arch/riscv/riscv/
exec_machdep.c 55 (void)compat_elf_check_interp(epp, itp, "rv32");
65 (void)compat_elf_check_interp(epp, itp, "rv64");
  /src/sys/arch/arm/arm/
cpu_exec.c 103 (void)compat_elf_check_interp(epp, itp, itp_suffix);
  /src/sys/compat/netbsd32/
netbsd32_exec_elf32.c 116 (void)compat_elf_check_interp(epp, itp, m);
  /src/sys/arch/mips/mips/
cpu_exec.c 165 (void)compat_elf_check_interp(epp, itp, itp_suffix);
274 (void)compat_elf_check_interp(epp, itp, itp_suffix);

Completed in 15 milliseconds