Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __CTOR_LIST__ (0.1 sec)

  1. src/cmd/link/internal/ld/lib.go

    					ctxt.loader.SymName(froms[0]), froms[0])
    			}
    		}
    	}
    	// If needed, create the __CTOR_LIST__ and __DTOR_LIST__
    	// symbols (referenced by some of the mingw support library
    	// routines). Creation of these symbols is normally done by the
    	// linker if not already present.
    	want := []string{"__CTOR_LIST__", "__DTOR_LIST__"}
    	isunresolved := symbolsAreUnresolved(ctxt, want)
    	for k, w := range want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top