Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
exec_elf.c | 908 int isnetbsd = 0; local in function:netbsd_elf_signature 968 isnetbsd |= netbsd_elf_note(epp, np, ndata, ndesc); 973 error = isnetbsd ? 0 : SET_ERROR(ENOEXEC); 987 int isnetbsd = 0; local in function:netbsd_elf_note 1005 isnetbsd = 1; 1114 return isnetbsd; |
exec_elf.c | 908 int isnetbsd = 0; local in function:netbsd_elf_signature 968 isnetbsd |= netbsd_elf_note(epp, np, ndata, ndesc); 973 error = isnetbsd ? 0 : SET_ERROR(ENOEXEC); 987 int isnetbsd = 0; local in function:netbsd_elf_note 1005 isnetbsd = 1; 1114 return isnetbsd; |