go/src/cmd/objdump/objdump_test.go

// TestMain executes the test binary as the objdump command if
// GO_OBJDUMPTEST_IS_OBJDUMP is set, and runs the test otherwise.
func TestMain(m *testing.M) {}

var x86Need

var amd64GnuNeed

var i386GnuNeed

var armNeed

var arm64Need

var armGnuNeed

var loong64Need

var loong64GnuNeed

var ppcNeed

var ppcPIENeed

var ppcGnuNeed

var s390xGnuNeed

func mustHaveDisasm(t *testing.T) {}

var target

func testDisasm(t *testing.T, srcfname string, printCode bool, printGnuAsm bool, flags ...string) {}

func testGoAndCgoDisasm(t *testing.T, printCode bool, printGnuAsm bool) {}

func TestDisasm(t *testing.T) {}

func TestDisasmCode(t *testing.T) {}

func TestDisasmGnuAsm(t *testing.T) {}

func TestDisasmExtld(t *testing.T) {}

func TestDisasmPIE(t *testing.T) {}

func TestDisasmGoobj(t *testing.T) {}

func TestGoobjFileNumber(t *testing.T) {}

func TestGoObjOtherVersion(t *testing.T) {}