Home | History | Annotate | Download | only in cgo

Lines Matching refs:linker

250 duplicate symbols and the linker will fail. To avoid this, definitions
324 Write dynamic linker as part of -dynimport output.
590 (it does not need to implement a complete ELF and Mach-O linker) and
621 implement the full semantics of the host linker, so the kinds of
630 file containing it. Then it invokes the host linker (usually gcc) to
633 requirement but introduces a requirement that the host linker be
636 Most builds both compile source code and invoke the linker to create a
662 object file and then processed by the linker.
694 In internal linking mode, use "<path>" as the dynamic linker
716 <local> in the go.o object file prepared for the host linker,
733 In external linking mode, invoke the host linker (usually gcc)
742 internal and external linking; the linker will select the appropriate
792 runtime dynamic linker.
803 provided to the host linker by foo2.cgo.o, which in turn will need the
806 argument, so that the host linker will be able to find 'sin' in the
818 linker in external linking mode.
835 the host linker. The default value for the host linker is $CC, split
836 into fields, or else "gcc". The specific host linker command line can
840 -extld option to set the host linker to the C++ compiler.