Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addgonote (0.29 sec)

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

    		for _, l := range ctxt.Library {
    			h.Write(l.Fingerprint[:])
    		}
    		addgonote(ctxt, ".note.go.abihash", ELF_NOTE_GOABIHASH_TAG, h.Sum([]byte{}))
    		addgonote(ctxt, ".note.go.pkg-list", ELF_NOTE_GOPKGLIST_TAG, pkglistfornote)
    		var deplist []string
    		for _, shlib := range ctxt.Shlibs {
    			deplist = append(deplist, filepath.Base(shlib.Path))
    		}
    		addgonote(ctxt, ".note.go.deps", ELF_NOTE_GODEPS_TAG, []byte(strings.Join(deplist, "\n")))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.idea.model.ModuleDependency.addToNode(groovy.util.Node)> has arguments/return type groovy.util.Node that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (ModuleDependency.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top