Searched refs:is_dot (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c3494 bfd_boolean is_dot;
3503 is_dot = FALSE;
3511 is_dot = (dst[0] == '.' && dst[1] == 0);
3513 computation_is_valid = is_dot || (scan_for_self_assignment (dst, tree) == FALSE);
3529 if (is_dot)
3492 bfd_boolean is_dot; local

Completed in 106 milliseconds