Searched refs:exclude_type (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pep-dll.h | 44 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef 47 extern void pep_dll_add_excludes (const char *, const exclude_type);
|
| H A D | pe-dll.h | 43 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef 48 (const char *, const exclude_type);
|
| H A D | ChangeLog-2009 | 1604 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 D | pe-dll.c | 527 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 D | pep-dll.h | 44 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef 47 extern void pep_dll_add_excludes (const char *, const exclude_type);
|
| H A D | pe-dll.h | 43 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; typedef 48 (const char *, const exclude_type);
|
| H A D | ChangeLog-2009 | 1604 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 D | pe-dll.c | 516 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 D | bsd-ifaddrs.c | 38 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 D | linux-core.c | 620 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()
|