Home
last modified time | relevance | path

Searched refs:export_dynamic (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/gdb/include/
HDbfdlink.h241 unsigned int export_dynamic: 1; member
/NextBSD/contrib/binutils/include/
HDbfdlink.h251 unsigned int export_dynamic: 1; member
/NextBSD/contrib/binutils/
HDltmain.sh2639 export_dynamic=no
2743 export_dynamic=yes
2755 export_dynamic=yes
2999 export_dynamic=yes
3459 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
5874 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/ntp/sntp/
HDltmain.sh5128 export_dynamic=no
5234 export_dynamic=yes
5246 export_dynamic=yes
5499 export_dynamic=yes
5990 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8560 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/ldns/
HDltmain.sh5140 export_dynamic=no
5246 export_dynamic=yes
5258 export_dynamic=yes
5511 export_dynamic=yes
6003 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8582 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/openbsm/config/
HDltmain.sh5173 export_dynamic=no
5279 export_dynamic=yes
5291 export_dynamic=yes
5544 export_dynamic=yes
6037 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8627 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/ntp/
HDltmain.sh5128 export_dynamic=no
5234 export_dynamic=yes
5246 export_dynamic=yes
5499 export_dynamic=yes
5990 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8560 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/file/
HDltmain.sh5141 export_dynamic=no
5247 export_dynamic=yes
5259 export_dynamic=yes
5512 export_dynamic=yes
6004 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8589 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/openpam/
HDltmain.sh5173 export_dynamic=no
5279 export_dynamic=yes
5291 export_dynamic=yes
5544 export_dynamic=yes
6037 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8627 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/ntp/sntp/libevent/build-aux/
HDltmain.sh5140 export_dynamic=no
5246 export_dynamic=yes
5258 export_dynamic=yes
5511 export_dynamic=yes
6003 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8576 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/unbound/
HDltmain.sh5140 export_dynamic=no
5246 export_dynamic=yes
5258 export_dynamic=yes
5511 export_dynamic=yes
6003 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8576 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/crypto/heimdal/
HDltmain.sh5128 export_dynamic=no
5234 export_dynamic=yes
5246 export_dynamic=yes
5499 export_dynamic=yes
5990 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8560 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/sqlite3/
HDltmain.sh5140 export_dynamic=no
5246 export_dynamic=yes
5258 export_dynamic=yes
5511 export_dynamic=yes
6003 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
8576 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/gdb/
HDltmain.sh1155 export_dynamic=yes
1571 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
3337 if test "$module" = yes || test "$export_dynamic" = yes; then
/NextBSD/contrib/ofed/libibcm/config/
HDltmain.sh1110 export_dynamic=no
1468 export_dynamic=yes
1956 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
/NextBSD/contrib/ofed/librdmacm/config/
HDltmain.sh1110 export_dynamic=no
1468 export_dynamic=yes
1956 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
/NextBSD/contrib/binutils/ld/
HDlexsup.c808 link_info.export_dynamic = TRUE; in parse_args()
HDChangeLog-00011247 * ld.h (args_type): Remove member export_dynamic. All users
1271 Set new link_info member export_dynamic.
1272 * ldmain.c (main): Initialize new link_info member export_dynamic.
HDChangeLog-91973900 * ld.h (args_type): Add field export_dynamic.
3903 Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
/NextBSD/contrib/binutils/bfd/
HDelflink.c974 && !info->export_dynamic in _bfd_elf_merge_symbol()
1698 if (!eif->info->export_dynamic && !h->dynamic) in _bfd_elf_export_symbol()
1917 && ! info->export_dynamic) in _bfd_elf_link_assign_sym_version()
2043 && ! info->export_dynamic) in _bfd_elf_link_assign_sym_version()
5534 if (info->export_dynamic in bfd_elf_size_dynamic_sections()
HDChangeLog-00013950 export_dynamic. All users changed to use info member.
3952 export_dynamic, instead use member in parameter info.
HDChangeLog-94954363 export_dynamic argument, and handle it.
/NextBSD/contrib/gcclibs/include/
HDChangeLog-9103660 * bfdlink.h (struct bfd_link_info): New member export_dynamic.