Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dpep-dll.h43 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; enumerator
Dpe-dll.h42 typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; enumerator
DChangeLog-20091607 handle new choice EXCLUDEFORIMPLIB.
1609 iterate all input BFDs looking for EXCLUDEFORIMPLIB modules; re-open
1621 values when calling pe_dll_add_excludes, and handle EXCLUDEFORIMPLIB.
Dpe-dll.c631 else if (ex->type == EXCLUDEFORIMPLIB) in auto_export()
2737 if (ex->type != EXCLUDEFORIMPLIB) in pe_dll_generate_implib()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dpep.em750 pep_dll_add_excludes (optarg, EXCLUDEFORIMPLIB);
Dpe.em794 pe_dll_add_excludes (optarg, EXCLUDEFORIMPLIB);