Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPkgListNote (0.24 sec)

  1. src/cmd/cgo/internal/testshared/shared_test.go

    	run(t, "executable linked to GOPATH library", "../../bin/exe")
    }
    
    // The shared library contains a note listing the packages it contains in a section
    // that is not mapped into memory.
    func testPkgListNote(t *testing.T, f *elf.File, note *note) {
    	if note.section.Flags != 0 {
    		t.Errorf("package list section has flags %v, want 0", note.section.Flags)
    	}
    	if isOffsetLoaded(f, note.section.Offset) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top