Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpep-dll.h44 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef
47 extern void pep_dll_add_excludes (const char *, const exclude_type);
H A Dpe-dll.h43 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef
48 (const char *, const exclude_type);
H A DChangeLog-20091604 new enumeration exclude_type.
1605 (pe_dll_add_excludes): Accept exclude_type instead of int param.
1606 (auto_export): Replace magic constants by exclude_type values and
1611 * pe-dll.h (exclude_type): Add new enumerated type to replace magic
1614 * pep-dll.h (exclude_type, pe_dll_add_excludes,
1620 (gld${EMULATION_NAME}_handle_option): Use exclude_type enumerated
H A Dpe-dll.c527 exclude_type type;
534 pe_dll_add_excludes (const char *new_excludes, const exclude_type type) in pe_dll_add_excludes()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dpep-dll.h44 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef
47 extern void pep_dll_add_excludes (const char *, const exclude_type);
H A Dpe-dll.h43 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef
48 (const char *, const exclude_type);
H A DChangeLog-20091604 new enumeration exclude_type.
1605 (pe_dll_add_excludes): Accept exclude_type instead of int param.
1606 (auto_export): Replace magic constants by exclude_type values and
1611 * pe-dll.h (exclude_type): Add new enumerated type to replace magic
1614 * pep-dll.h (exclude_type, pe_dll_add_excludes,
1620 (gld${EMULATION_NAME}_handle_option): Use exclude_type enumerated
H A Dpe-dll.c516 exclude_type type;
523 pe_dll_add_excludes (const char *new_excludes, const exclude_type type) in pe_dll_add_excludes()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dbsd-ifaddrs.c38 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude() argument
49 if (exclude_type == UV__EXCLUDE_IFPHYS) in uv__ifaddr_exclude()
H A Dlinux-core.c620 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude() argument
630 return exclude_type; in uv__ifaddr_exclude()
631 return !exclude_type; in uv__ifaddr_exclude()