Home | History | Annotate | Download | only in src

Lines Matching defs:try

387     /* Try to open the file.  */
884 /* Try to open the file. */
1095 int try (Elf *elf)
1118 /* Try the archive members. This could
1130 if (try (subelf) != 0)
1140 if (try (elf_begin (fd, ELF_C_READ_MMAP, NULL)) != 0)
1153 try again with an appropriate '-m' parameter"));