Searched refs:elf_check (Results 1 – 2 of 2) sorted by relevance
/titanic_52/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 128 static int elf_check(int, char *, char *, Elf *, int); 375 if (elf_check(nfile, fname, cname, elf, fflag) != NULL) in main() 395 elf_check(int nfile, char *fname, char *cname, Elf *elf, int fflag) in elf_check() function
|
/titanic_52/usr/src/cmd/file/ |
H A D | file.c | 172 static int elf_check(char *file); 633 if (elf_check(file) == 0) { in def_position_tests() 1271 elf_check(char *file) in elf_check() function
|