Lines Matching defs:rej
178 find_lib_name(const char *dir, const char *file, Ofl_desc *ofl, Rej_desc *rej,
214 ofl, FLG_IF_NEEDED, rej, NULL);
228 rej->rej_type = SGS_REJ_STR;
229 rej->rej_str = strerror(errno);
230 rej->rej_name = strdup(path);
248 FLG_IF_NEEDED, rej, NULL);
258 rej->rej_type = SGS_REJ_STR;
259 rej->rej_str = strerror(errno);
260 rej->rej_name = strdup(path);
289 Rej_desc rej = { 0 };
300 if (_rej.rej_type && (rej.rej_type == 0))
301 rej = _rej;
327 if (_rej.rej_type && (rej.rej_type == 0))
328 rej = _rej;
341 if (rej.rej_type) {
344 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(reject[rej.rej_type]),
345 rej.rej_name ? rej.rej_name : MSG_INTL(MSG_STR_UNKNOWN),
346 conv_reject_desc(&rej, &rej_buf, ld_targ.t_m.m_mach));