go/src/debug/elf/file_test.go

type fileTest

var fileTests

func TestOpen(t *testing.T) {}

// elf.NewFile requires io.ReaderAt, which compress/gzip cannot
// provide. Decompress the file to a bytes.Reader.
func decompress(gz string) (io.ReaderAt, error) {}

type relocationTestEntry

type relocationTest

var relocationTests

func TestDWARFRelocations(t *testing.T) {}

func TestCompressedDWARF(t *testing.T) {}

func TestCompressedSection(t *testing.T) {}

func TestNoSectionOverlaps(t *testing.T) {}

func TestNobitsSection(t *testing.T) {}

// TestLargeNumberOfSections tests the case that a file has greater than or
// equal to 65280 (0xff00) sections.
func TestLargeNumberOfSections(t *testing.T) {}

func TestIssue10996(t *testing.T) {}

func TestDynValue(t *testing.T) {}

func TestIssue59208(t *testing.T) {}

func BenchmarkSymbols64(b *testing.B) {}

func BenchmarkSymbols32(b *testing.B) {}