Home | History | Annotate | Download | only in bfd

Lines Matching refs:underscoring

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