Searched refs:scan_for_self_assignment (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c3446 scan_for_self_assignment (const char * dst, etree_type * rhs)
3454 return scan_for_self_assignment (dst, rhs->binary.lhs)
3455 || scan_for_self_assignment (dst, rhs->binary.rhs);
3458 return scan_for_self_assignment (dst, rhs->trinary.lhs)
3459 || scan_for_self_assignment (dst, rhs->trinary.rhs);
3466 return scan_for_self_assignment (dst, rhs->assign.src);
3469 return scan_for_self_assignment (dst, rhs->unary.child);
3513 computation_is_valid = is_dot || (scan_for_self_assignment (dst, tree) == FALSE);
3444 scan_for_self_assignment (const char * dst, etree_type * rhs) function

Completed in 111 milliseconds