Lines Matching refs:attempt
142 ldfile_try_open_bfd (const char *attempt,
145 entry->the_bfd = bfd_openr (attempt, entry->target);
150 info_msg (_("attempt to open %s failed\n"), attempt);
152 info_msg (_("attempt to open %s succeeded\n"), attempt);
199 ldfile_open_command_file (attempt);
277 attempt, entry->local_sym_name);
289 attempt);
306 attempt, entry->local_sym_name);
328 int fd = open (attempt, O_RDONLY | O_BINARY);
333 file.name = attempt;