Home
last modified time | relevance | path

Searched refs:shared_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgcc.c1633 init_gcc_specs (struct obstack *obstack, const char *shared_name, in init_gcc_specs() argument
1643 static_name, " --as-needed ", shared_name, " --no-as-needed" in init_gcc_specs()
1646 shared_name, "%{!shared: ", static_name, "}" in init_gcc_specs()
1651 "%{shared-libgcc:", shared_name, " ", static_name, "}" in init_gcc_specs()
1655 "%{shared-libgcc:", shared_name, "}" in init_gcc_specs()
1659 "%{shared:", shared_name, "}" in init_gcc_specs()
H A DChangeLog-200226804 shared_name in the second copy.
30130 link with shared_name only.
H A DChangeLog-20032056 instead of in shared_name.
/freebsd-12.1/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c1925 const char *shared_name = (shared_mdio_if == AL_TRUE) ? "Yes" : "No"; in al_eth_mdio_config() local
1930 …mdio config: interface %s. type %s. shared: %s\n", adapter->name, if_name, type_name, shared_name); in al_eth_mdio_config()