Home | History | Annotate | Download | only in bfd

Lines Matching refs:underscoring

1622 					       int *underscoring,
1638 If @var{underscoring} is not <<NULL>>, then set this value to target's
1639 underscoring mode. Zero for none-underscoring, -1 for invalid target,
1640 else the value of target vector's symbol underscoring.
1647 int *underscoring, const char **def_target_arch)
1653 if (underscoring)
1654 *underscoring = -1;
1662 if (underscoring)
1663 *underscoring = ((int) target_vec->symbol_leading_char) & 0xff;