Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/include/
H A Dbfdlink.h241 unsigned int export_dynamic: 1; member
/freebsd-12.1/contrib/binutils/include/
H A Dbfdlink.h251 unsigned int export_dynamic: 1; member
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdOptions.td113 def export_dynamic : Flag<["-"], "export_dynamic">,
/freebsd-12.1/contrib/binutils/
H A Dltmain.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
/freebsd-12.1/crypto/heimdal/
H A Dltmain.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
/freebsd-12.1/contrib/file/
H A Dltmain.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
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td152 defm export_dynamic: B<"export-dynamic",
408 def: Flag<["-"], "E">, Alias<export_dynamic>, HelpText<"Alias for --export-dynamic">;
/freebsd-12.1/contrib/ldns/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7447 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10078 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/unbound/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7446 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10071 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/sqlite3/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7447 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10078 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/openpam/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7444 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10069 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7444 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10069 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/libevent/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7444 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10069 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/openbsm/config/
H A Dltmain.sh6538 export_dynamic=no
6645 export_dynamic=yes
6657 export_dynamic=yes
6921 export_dynamic=yes
7444 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
10069 if test yes = "$module" || test yes = "$export_dynamic"; then
/freebsd-12.1/contrib/gdb/
H A Dltmain.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
/freebsd-12.1/contrib/binutils/ld/
H A Dlexsup.c808 link_info.export_dynamic = TRUE; in parse_args()
H A DChangeLog-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.
H A DChangeLog-91973900 * ld.h (args_type): Add field export_dynamic.
3903 Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
/freebsd-12.1/contrib/binutils/bfd/
H A Delflink.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()
H A DChangeLog-00013950 export_dynamic. All users changed to use info member.
3952 export_dynamic, instead use member in parameter info.
H A DChangeLog-94954363 export_dynamic argument, and handle it.
/freebsd-12.1/contrib/gcclibs/include/
H A DChangeLog-9103660 * bfdlink.h (struct bfd_link_info): New member export_dynamic.