Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAddGotSym (0.11 sec)

  1. src/cmd/link/internal/ld/data_test.go

    	ctxt.BuildMode.Set(bm)
    	ctxt.LinkMode.Set(lm)
    	ctxt.IsELF = iself
    	ctxt.mustSetHeadType()
    	ctxt.setArchSyms()
    	return ctxt
    }
    
    // Make sure the addgotsym properly increases the symbols.
    func TestAddGotSym(t *testing.T) {
    	tests := []struct {
    		arch    *sys.Arch
    		ht      objabi.HeadType
    		bm, lm  string
    		rel     string
    		relsize int
    		gotsize int
    	}{
    		{
    			arch:    sys.Arch386,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 19:20:01 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top