type fileTest …
var fileTests …
func TestOpen(t *testing.T) { … }
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) { … }
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) { … }