go/src/cmd/link/link_test.go

var AuthorPaidByTheColumnInch

func TestLargeSymName(t *testing.T) {}

func TestIssue21703(t *testing.T) {}

// TestIssue28429 ensures that the linker does not attempt to link
// sections not named *.o. Such sections may be used by a build system
// to, for example, save facts produced by a modular static analysis
// such as golang.org/x/tools/go/analysis.
func TestIssue28429(t *testing.T) {}

func TestUnresolved(t *testing.T) {}

func TestIssue33979(t *testing.T) {}

func TestBuildForTvOS(t *testing.T) {}

var testXFlagSrc

func TestXFlag(t *testing.T) {}

var trivialSrc

func TestMachOBuildVersion(t *testing.T) {}

func TestMachOUUID(t *testing.T) {}

const Issue34788src

func TestIssue34788Android386TLSSequence(t *testing.T) {}

const testStrictDupGoSrc

const testStrictDupAsmSrc1

const testStrictDupAsmSrc2

const testStrictDupAsmSrc3

const testStrictDupAsmSrc4

func TestStrictDup(t *testing.T) {}

const testFuncAlignSrc

var testFuncAlignAsmSources

// TestFuncAlign verifies that the address of a function can be aligned
// with a specific value on arm64 and loong64.
func TestFuncAlign(t *testing.T) {}

const testTrampSrc

func TestTrampoline(t *testing.T) {}

const testTrampCgoSrc

func TestTrampolineCgo(t *testing.T) {}

func TestIndexMismatch(t *testing.T) {}

func TestPErsrcBinutils(t *testing.T) {}

func TestPErsrcLLVM(t *testing.T) {}

func TestContentAddressableSymbols(t *testing.T) {}

func TestReadOnly(t *testing.T) {}

const testIssue38554Src

func TestIssue38554(t *testing.T) {}

const testIssue42396src

func TestIssue42396(t *testing.T) {}

const testLargeRelocSrc

func TestLargeReloc(t *testing.T) {}

func TestUnlinkableObj(t *testing.T) {}

func TestExtLinkCmdlineDeterminism(t *testing.T) {}

// TestResponseFile tests that creating a response file to pass to the
// external linker works correctly.
func TestResponseFile(t *testing.T) {}

func TestDynimportVar(t *testing.T) {}

const helloSrc

func TestFlagS(t *testing.T) {}

func TestRandLayout(t *testing.T) {}

func TestCheckLinkname(t *testing.T) {}