Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoffcode.h310 #define GNU_LINKONCE_WI ".gnu.linkonce.wi." macro
443 else if (!strncmp (sec_name, GNU_LINKONCE_WI, sizeof (GNU_LINKONCE_WI) - 1)) in sec_to_styp_flags()
533 || strncmp (sec_name, GNU_LINKONCE_WI, sizeof (GNU_LINKONCE_WI) - 1) == 0) in sec_to_styp_flags()
682 || strncmp (name, GNU_LINKONCE_WI, sizeof (GNU_LINKONCE_WI) - 1) == 0 in styp_to_sec_flags()
DChangeLog-20043462 * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.