Home
last modified time | relevance | path

Searched refs:build_constructors (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/binutils/ld/emultempl/
Dgeneric.em82 if (link_info.relocatable && config.build_constructors)
103 if (link_info.relocatable && config.build_constructors)
Dticoff.em119 if (link_info.relocatable && config.build_constructors)
139 if (link_info.relocatable && config.build_constructors)
Dlinux.em143 if (link_info.relocatable && config.build_constructors)
164 if (link_info.relocatable && config.build_constructors)
Darmcoff.em216 if (link_info.relocatable && config.build_constructors)
237 if (link_info.relocatable && config.build_constructors)
Dsunos.em967 if (link_info.relocatable && config.build_constructors)
988 if (link_info.relocatable && config.build_constructors)
Delf32.em1631 if (link_info.relocatable && config.build_constructors)
1685 if (link_info.relocatable && config.build_constructors)
Dpep.em1661 if (link_info.relocatable && config.build_constructors)
Dpe.em1864 if (link_info.relocatable && config.build_constructors)
/freebsd-12-stable/contrib/binutils/ld/
Dld.h246 bfd_boolean build_constructors; member
Dldmain.c245 config.build_constructors = TRUE; in main()
1110 if (! config.build_constructors) in add_to_set()
1147 if (! config.build_constructors) in constructor_callback()
Dlexsup.c1021 config.build_constructors = FALSE; in parse_args()
1227 config.build_constructors = TRUE; in parse_args()
Dldlang.c1490 if (config.build_constructors && *os_tail == os) in lang_insert_orphan()
DChangeLog-91975049 bitsize. Check config.build_constructors here. If an new hash
5059 bitsize. Don't bother to check config.build_constructors here.