Lines Matching refs:S_ERROR
190 if (ld_process_flags(ofl, argc, argv) == S_ERROR) { in ld_main()
237 if (ld_sup_loadso(ofl, lib) == S_ERROR) in ld_main()
251 if (ld_sup_loadso(ofl, lib) == S_ERROR) in ld_main()
275 if (ld_open_outfile(ofl) == S_ERROR) in ld_main()
297 if (ld_lib_setup(ofl) == S_ERROR) in ld_main()
316 if (ld_process_files(ofl, argc, argv) == S_ERROR) in ld_main()
330 if (ofl->ofl_ismove && (ld_process_move(ofl) == S_ERROR)) in ld_main()
342 if (ld_reloc_init(ofl) == S_ERROR) in ld_main()
356 if (ld_sym_validate(ofl) == S_ERROR) in ld_main()
409 if (ld_make_sections(ofl) == S_ERROR) in ld_main()
427 if (ld_create_outfile(ofl) == S_ERROR) in ld_main()
430 if (ld_update_outfile(ofl) == S_ERROR) in ld_main()
438 if (ld_reloc_process(ofl) == S_ERROR) in ld_main()
444 if (ld_unwind_populate_hdr(ofl) == S_ERROR) in ld_main()