Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sym (0.01 sec)

  1. src/cmd/asm/internal/asm/endtoend_test.go

    	if !ok {
    		// If we've encountered errors, the output is unlikely to be sane.
    		t.FailNow()
    	}
    
    	for p := top; p != nil; p = p.Link {
    		if p.As == obj.ATEXT {
    			text = p.From.Sym
    		}
    		hexes := hexByLine[p.Line()]
    		if hexes == "" {
    			continue
    		}
    		delete(hexByLine, p.Line())
    		if text == nil {
    			t.Errorf("%s: instruction outside TEXT", p)
    		}
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 23 18:45:48 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top