Home
last modified time | relevance | path

Searched refs:is_stdcall (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddlltool.c2275 int is_stdcall = (!lead_at && strchr (name, '@') != NULL); in xlate() local
2278 || (add_stdcall_underscore && is_stdcall))) in xlate()