HomeSort by: relevance | last modified time | path
    Searched defs:underscored (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 193 bool underscored; member in struct:__anon10781
466 /* _imp_ is treated specially, as it is always underscored. */
489 #define U(str) (pe_details->underscored ? "_" str : str)
505 pe_detail_list[i].underscored = u != 0;
859 if (pe_details->underscored && *sn == '_')
1008 if (pe_details->underscored && int_name[0] != '@')
1249 if (pe_details->underscored
2374 if (pe_details->underscored && internal_name[0] == '_')
3026 if (pe_details->underscored && internal[0] != '@')
3119 if (pe_details->underscored)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 193 bool underscored; member in struct:__anon12245
439 /* _imp_ is treated specially, as it is always underscored. */
462 #define U(str) (pe_details->underscored ? "_" str : str)
478 pe_detail_list[i].underscored = u != 0;
824 if (pe_details->underscored && *sn == '_')
973 if (pe_details->underscored && int_name[0] != '@')
1213 if (pe_details->underscored
2363 if (pe_details->underscored && internal_name[0] == '_')
3024 if (pe_details->underscored && internal[0] != '@')
3117 if (pe_details->underscored)
    [all...]

Completed in 32 milliseconds