HomeSort by: relevance | last modified time | path
    Searched defs:itp_suffix (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/arm/
cpu_exec.c 54 const char *itp_suffix = NULL; local in function:arm_netbsd_elf32_probe
100 itp_suffix = (elf_aapcs_p) ? "eabi" : "oabi";
102 if (itp_suffix != NULL)
103 (void)compat_elf_check_interp(epp, itp, itp_suffix);
  /src/sys/arch/mips/mips/
cpu_exec.c 101 const char *itp_suffix = NULL; local in function:mips_netbsd_elf32_probe
140 itp_suffix = "n32";
154 itp_suffix = "o32";
165 (void)compat_elf_check_interp(epp, itp, itp_suffix);
219 const char *itp_suffix = NULL; local in function:mips_netbsd_elf64_probe
255 itp_suffix = "64";
263 itp_suffix = "o64";
274 (void)compat_elf_check_interp(epp, itp, itp_suffix);

Completed in 13 milliseconds