Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDisasmCode (0.2 sec)

  1. src/cmd/objdump/objdump_test.go

    	if testenv.HasCGO() {
    		testDisasm(t, "fmthellocgo.go", printCode, printGnuAsm)
    	}
    }
    
    func TestDisasm(t *testing.T) {
    	testGoAndCgoDisasm(t, false, false)
    }
    
    func TestDisasmCode(t *testing.T) {
    	testGoAndCgoDisasm(t, true, false)
    }
    
    func TestDisasmGnuAsm(t *testing.T) {
    	testGoAndCgoDisasm(t, false, true)
    }
    
    func TestDisasmExtld(t *testing.T) {
    	testenv.MustHaveCGO(t)
    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