Lines Matching defs:rej
368 * rej - Rejection descriptor to pass to ld_process_ifl().
374 * rej will carry the rejection information.
379 const char *arpath, Rej_desc *rej)
393 if (rej->rej_type == 0) {
394 rej->rej_type = _rej.rej_type;
395 rej->rej_info = _rej.rej_info;
396 rej->rej_name = arpath;
445 * rej - Rejection descriptor to pass to ld_process_ifl().
449 * if any object was extracted, rej will be set if any object
454 Ofl_desc *ofl, Boolean *found, Rej_desc *rej)
685 rej)) {
722 * rej - Rejection descriptor to pass to ld_process_ifl().
726 * if any object was extracted, rej will be set if any object
731 Boolean *found, Rej_desc *rej)
791 switch (ar_input(fd, adp, ofl, arelf, arpath, rej)) {
831 Rej_desc rej = { 0 };
853 if (!ar_extract_all(name, fd, adp, ofl, &found, &rej))
856 if (!ar_extract_bysym(name, fd, adp, ofl, &found, &rej))
865 if ((found == 0) && rej.rej_type) {
868 ld_eprintf(ofl, ERR_WARNING, MSG_INTL(reject[rej.rej_type]),
869 rej.rej_name ? rej.rej_name : MSG_INTL(MSG_STR_UNKNOWN),
870 conv_reject_desc(&rej, &rej_buf, ld_targ.t_m.m_mach));