Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDisasmGoobj (0.82 sec)

  1. src/cmd/objdump/objdump_test.go

    		// require cgo on platforms that PIE needs external linking
    		testenv.MustHaveCGO(t)
    	}
    	t.Parallel()
    	testDisasm(t, "fmthello.go", false, false, "-buildmode=pie")
    }
    
    func TestDisasmGoobj(t *testing.T) {
    	mustHaveDisasm(t)
    	testenv.MustHaveGoBuild(t)
    
    	tmp := t.TempDir()
    
    	importcfgfile := filepath.Join(tmp, "hello.importcfg")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top