Home | History | Annotate | Download | only in ld

Lines Matching full:underscored

187   bfd_boolean underscored;
387 /* _imp_ is treated specially, as it is always underscored. */
410 #define U(str) (pe_details->underscored ? "_" str : str)
426 pe_detail_list[i].underscored = (u != 0 ? TRUE : FALSE);
752 if (pe_details->underscored && *sn == '_')
899 if (pe_details->underscored
1144 if (pe_details->underscored
2873 if (pe_details->underscored)
2913 if (lname[0] == '_' && pe_details->underscored)