Home | History | Annotate | Download | only in cc

Lines Matching refs:linker

46 	// local file name to pass to the linker as --version_script
48 // local file name to pass to the linker as -unexported_symbols_list
50 // local file name to pass to the linker as -force_symbols_not_weak_list
52 // local file name to pass to the linker as -force_symbols_weak_list
765 module.linker = library
789 if m, ok := mctx.Module().(*Module); ok && m.linker != nil {
790 if library, ok := m.linker.(libraryInterface); ok {
797 static.linker.(libraryInterface).setStatic()
798 shared.linker.(libraryInterface).setShared()
804 modules[0].(*Module).linker.(libraryInterface).setStatic()
807 modules[0].(*Module).linker.(libraryInterface).setShared()