Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/ld/
H A Dld.h243 bfd_boolean has_shared; member
H A Dlexsup.c1118 if (config.has_shared) in parse_args()
1132 if (config.has_shared) in parse_args()
H A DChangeLog-9899708 config.has_shared.
1598 config.has_shared to true.
1616 * ld.h (ld_config_type): New member has_shared.
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dscoreelf.em37 config.has_shared = `if test -n "$GENERATE_SHLIB_SCRIPT" ; then echo true ; else echo false ; fi`;
H A Dlinux.em52 config.has_shared = TRUE;
H A Darmelf.em49 config.has_shared = `if test -n "$GENERATE_SHLIB_SCRIPT" ; then echo TRUE ; else echo FALSE ; fi`;
H A Dsunos.em88 config.has_shared = TRUE;
H A Dpep.em123 config.has_shared = 1;
H A Dpe.em144 config.has_shared = 1;
H A Delf32.em99 config.has_shared = `if test -n "$GENERATE_SHLIB_SCRIPT" ; then echo TRUE ; else echo FALSE ; fi`;