Searched refs:elf_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c80 static int elf_type(char *, char **, int *);
299 if (elf_type("/dev/ksyms", &kelf_desc, &kelf_type) == ERROR) {
519 if (elf_type(foundpath, drvelf_desc,
870 elf_type(char *file, char **elfdesc, int *elf_type_ptr) function
919 if (elf_type(drv_path, drvelf_desc, drvelf_type_ptr) == ERROR) {

Completed in 57 milliseconds