exec_elf.c | 97 #define netbsd_elf_signature ELFNAME2(netbsd,signature) macro 110 int netbsd_elf_signature(struct lwp *, struct exec_package *, Elf_Ehdr *); 900 netbsd_elf_signature(struct lwp *l, struct exec_package *epp, function in typeref:typename:int 1123 if ((error = netbsd_elf_signature(l, epp, eh)) != 0)
|